Files
xj-admin/iweb/tests/unit/example.spec.ts
T
2025-06-27 17:42:38 +08:00

14 lines
413 B
TypeScript

// import { expect } from 'chai';
// import { shallowMount } from '@vue/test-utils';
// import HelloWorld from '@/components/HelloWorld.vue';
// describe('HelloWorld.vue', () => {
// it('renders props.msg when passed', () => {
// const msg = 'new message';
// const wrapper = shallowMount(HelloWorld, {
// props: { msg },
// });
// expect(wrapper.text()).to.include(msg);
// });
// });