aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/example.spec.ts
blob: 87ae6bdd6cdbb4852f696694a9818e306f527fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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);
//   });
// });