bump vue-test-utils (#1338)

This commit is contained in:
neverland
2018-06-27 11:56:14 +08:00
committed by GitHub
parent 30928595d3
commit 83ab9b1917
35 changed files with 53 additions and 61 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
import Vue from 'vue';
import { TransitionStub } from '@vue/test-utils';
import { mount, TransitionStub } from '@vue/test-utils';
// prevent vue warning log
Vue.config.silent = true;
export {
mount
};
// Trigger pointer/touch event
export function trigger(wrapper, eventName, x = 0, y = 0) {