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', () => {
|
describe('Hi', () => {
|
||||||
it('should works', () => {
|
it('should works', () => {
|
||||||
expect(1 + 1).toEqual(2)
|
expect(1 + 1).toEqual(2)
|
||||||
|
|||||||
@ -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', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user