12 lines
360 B
TypeScript
12 lines
360 B
TypeScript
// import {describe, expect, it} 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');
|
|
// });
|
|
// });
|