chore: test auto import

This commit is contained in:
Anthony Fu 2021-12-26 13:14:48 +08:00
parent 490f2f3a8c
commit 9c87f5b6fc
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
import { describe, it, expect } from 'vitest'
describe('Hi', () => { describe('Hi', () => {
it('should works', () => { it('should works', () => {
expect(1 + 1).toEqual(2) expect(1 + 1).toEqual(2)

View File

@ -1,5 +1,4 @@
import { mount } from '@vue/test-utils' import { mount } from '@vue/test-utils'
import { describe, it, expect } from 'vitest'
import Counter from '../src/components/Counter.vue' import Counter from '../src/components/Counter.vue'
describe('Counter.vue', () => { describe('Counter.vue', () => {