提交 c3352aa3 编写于 作者: I Illya Klymov

Add missing Vue.use in test

上级 e6b5b0de
......@@ -3,6 +3,8 @@ import Vuex from 'vuex';
import component from '~/reports/components/modal_open_name.vue';
import { mountComponentWithStore } from 'spec/helpers/vue_mount_component_helper';
Vue.use(Vuex);
describe('Modal open name', () => {
const Component = Vue.extend(component);
let vm;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册