From 39d2fcc94ccd73db489590e1c327a6b34e0e73a3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 6 May 2021 20:20:37 +0000 Subject: feat(global): :star: --- tests/unit/example.spec.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/unit/example.spec.ts (limited to 'tests/unit/example.spec.ts') diff --git a/tests/unit/example.spec.ts b/tests/unit/example.spec.ts new file mode 100644 index 0000000..87ae6bd --- /dev/null +++ b/tests/unit/example.spec.ts @@ -0,0 +1,13 @@ +// 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); +// }); +// }); -- cgit v1.2.3