Commit f1197b91 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'upgrade-bootstrap-vue/specs-update-dependencies' into 'master'

Make EE dependencies specs compatible w/ BootstrapVue 2

See merge request gitlab-org/gitlab!19906
parents a2101989 5f240c10
......@@ -38,6 +38,7 @@ describe('DependenciesApp component', () => {
localVue,
store,
sync: false,
attachToDocument: true,
propsData: { ...props },
stubs,
});
......
......@@ -22,6 +22,7 @@ describe('DependenciesActions component', () => {
localVue,
store,
sync: false,
attachToDocument: true,
propsData: { ...propsData },
});
};
......
......@@ -19,6 +19,8 @@ describe('DependencyLicenseLinks component', () => {
const localVue = createLocalVue();
wrapper = shallowMount(localVue.extend(DependenciesLicenseLinks), {
sync: false,
attachToDocument: true,
localVue,
propsData: {
licenses,
......
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