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 02dc21d commit 982f0ebCopy full SHA for 982f0eb
template/test/client/app.spec.js
@@ -29,9 +29,9 @@ describe('App.vue', () => {
29
});
30
{{else}}
31
it('should render correct content', () => {
32
- const vm = new Constructor().$mount();
+ const newVm = new Constructor().$mount();
33
return Vue.nextTick().then(() => {
34
- expect(vm.$el.innerHTML).to.equal('Hello World!');
+ expect(newVm.$el.innerHTML).to.equal('Hello World!');
35
36
37
{{/extended}}
0 commit comments