We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696c9bb commit a271b63Copy full SHA for a271b63
src/components/__tests__/HelloWorld.spec.ts
@@ -7,6 +7,9 @@ describe('HelloWorld.vue', () => {
7
const msg = 'new message';
8
const wrapper = shallowMount(HelloWorld, {
9
propsData: { msg },
10
+ stubs: {
11
+ transition:false
12
+ }
13
});
14
expect(wrapper.text()).toMatch(msg);
15
0 commit comments