Tirando teste de HelloWorld que não existe mais
This commit is contained in:
parent
041a61559e
commit
f9efa35351
2 changed files with 0 additions and 11 deletions
0
src/frontend/src/components/__tests__/.gitkeep
Normal file
0
src/frontend/src/components/__tests__/.gitkeep
Normal file
|
@ -1,11 +0,0 @@
|
|||
import { describe, it, expect } from 'vitest'
|
||||
|
||||
import { mount } from '@vue/test-utils'
|
||||
import HelloWorld from '../HelloWorld.vue'
|
||||
|
||||
describe('HelloWorld', () => {
|
||||
it('renders properly', () => {
|
||||
const wrapper = mount(HelloWorld, { props: { msg: 'Hello Vitest' } })
|
||||
expect(wrapper.text()).toContain('Hello Vitest')
|
||||
})
|
||||
})
|
Loading…
Reference in a new issue