Upgrade vue (#10983)

* deps: update

* fix tests
This commit is contained in:
Matteo Pagliazzi
2019-02-10 19:03:35 +01:00
committed by GitHub
parent ef412c7185
commit 0155491a68
5 changed files with 1129 additions and 1244 deletions

View File

@@ -1,4 +1,4 @@
import { shallow, createLocalVue } from '@vue/test-utils';
import { mount, createLocalVue } from '@vue/test-utils';
import TaskColumn from 'client/components/tasks/column.vue';
@@ -21,7 +21,7 @@ describe('Task Column', () => {
};
let stubs = ['b-modal']; // <b-modal> is a custom component and not tested here
return shallow(TaskColumn, {
return mount(TaskColumn, {
propsData: {
type,
},