feat(app): tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import {test, describe, expect} from 'vitest'
|
||||
import { mount} from '@vue/test-utils'
|
||||
import Button from '@atoms/VButton.vue';
|
||||
import VButton from '@atoms/VButton.vue';
|
||||
|
||||
describe('Accordion', () => {
|
||||
test('Accordion mounted', () => {
|
||||
const wrapper = mount(Button)
|
||||
describe('VButton', () => {
|
||||
test('VButton mounted', () => {
|
||||
const wrapper = mount(VButton)
|
||||
expect(wrapper.exists()).toBe(true)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user