mirror of
https://github.com/Floriansylvain/musee-illusion-mobile.git
synced 2026-08-19 11:43:17 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { mount } from '@vue/test-utils'
|
||||
import Tab1Page from '@/views/Tab1Page.vue'
|
||||
import { describe, expect, test } from 'vitest'
|
||||
|
||||
describe('Tab1Page.vue', () => {
|
||||
test('renders tab 1 Tab1Page', () => {
|
||||
const wrapper = mount(Tab1Page)
|
||||
expect(wrapper.text()).toMatch('Tab 1 page')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user