Lint fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 16:28:03 +03:00
parent 4a99deefff
commit 31bf880cec
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import { mount } from '@vue/test-utils';
import { beforeEach } from 'vitest';
import Avatar from './Avatar.vue';
let wrapper = null;
beforeEach(() => {