Skip to content

Commit a271b63

Browse files
author
jroberts
committed
add reproduction of issue
1 parent 696c9bb commit a271b63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/__tests__/HelloWorld.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ describe('HelloWorld.vue', () => {
77
const msg = 'new message';
88
const wrapper = shallowMount(HelloWorld, {
99
propsData: { msg },
10+
stubs: {
11+
transition:false
12+
}
1013
});
1114
expect(wrapper.text()).toMatch(msg);
1215
});

0 commit comments

Comments
 (0)