Skip to content

Commit

Permalink
Merge pull request #22 from zjf19002/nic21003_experimental
Browse files Browse the repository at this point in the history
removed HelloWorld
  • Loading branch information
tjb20007 authored Nov 15, 2023
2 parents 365db7a + d4a6125 commit 18a894f
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { describe, it, expect } from 'vitest'

import { mount } from '@vue/test-utils'
import HelloWorld from '../HelloWorld.vue'
// import HelloWorld from '../HelloWorld.vue'

describe('HelloWorld', () => {
it('renders properly', () => {
const wrapper = mount(HelloWorld, { props: { msg: 'Hello Vitest' } })
expect(wrapper.text()).toContain('Hello Vitest')
})
})
// describe('HelloWorld', () => {
// it('renders properly', () => {
// const wrapper = mount(HelloWorld, { props: { msg: 'Hello Vitest' } })
// expect(wrapper.text()).toContain('Hello Vitest')
// })
// })

0 comments on commit 18a894f

Please sign in to comment.