chore: test auto import
This commit is contained in:
parent
490f2f3a8c
commit
9c87f5b6fc
@ -1,5 +1,3 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
|
||||
describe('Hi', () => {
|
||||
it('should works', () => {
|
||||
expect(1 + 1).toEqual(2)
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import { mount } from '@vue/test-utils'
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import Counter from '../src/components/Counter.vue'
|
||||
|
||||
describe('Counter.vue', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user