From d4a6125cf9354a351853484098eb8ebe6587040c Mon Sep 17 00:00:00 2001 From: nic21003 Date: Wed, 15 Nov 2023 17:06:39 -0500 Subject: [PATCH] removed HelloWorld --- .../src/components/__tests__/HelloWorld.spec.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/class_registration_app/src/components/__tests__/HelloWorld.spec.ts b/class_registration_app/src/components/__tests__/HelloWorld.spec.ts index 2533202..8d6a8d7 100644 --- a/class_registration_app/src/components/__tests__/HelloWorld.spec.ts +++ b/class_registration_app/src/components/__tests__/HelloWorld.spec.ts @@ -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') +// }) +// })