Commit bec16a82 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents e3cf5f43 3ffdae92
...@@ -3,6 +3,8 @@ import Vuex from 'vuex'; ...@@ -3,6 +3,8 @@ import Vuex from 'vuex';
import component from '~/reports/components/modal_open_name.vue'; import component from '~/reports/components/modal_open_name.vue';
import { mountComponentWithStore } from 'spec/helpers/vue_mount_component_helper'; import { mountComponentWithStore } from 'spec/helpers/vue_mount_component_helper';
Vue.use(Vuex);
describe('Modal open name', () => { describe('Modal open name', () => {
const Component = Vue.extend(component); const Component = Vue.extend(component);
let vm; 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