Commit f95857c8 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'add-missing-vuex-use' into 'master'

Add missing Vue.use(Vuex) in test

See merge request gitlab-org/gitlab-ce!32837
parents 43a40ac9 c3352aa3
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment