Tirando teste de HelloWorld que não existe mais

This commit is contained in:
Gustavo Barbosa 2025-08-11 23:48:12 -03:00
parent 041a61559e
commit f9efa35351
2 changed files with 0 additions and 11 deletions

View 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')
})
})