-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from zjf19002/nic21003_experimental
removed HelloWorld
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
class_registration_app/src/components/__tests__/HelloWorld.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
// }) | ||
// }) |