Commit 5e913ddd authored by Kushal Pandya's avatar Kushal Pandya

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

Make diff specs compatible w/ BootstrapVue 2

See merge request gitlab-org/gitlab!20989
parents 66a96626 66ed051e
......@@ -92,6 +92,7 @@ describe('DiffFileHeader component', () => {
localVue,
store,
sync: false,
attachToDocument: true,
});
};
......
......@@ -15,10 +15,11 @@ describe('DiffGutterAvatars', () => {
const createComponent = (props = {}) => {
wrapper = shallowMount(DiffGutterAvatars, {
localVue,
sync: false,
propsData: {
...props,
},
sync: false,
attachToDocument: true,
});
};
......
......@@ -10,8 +10,9 @@ describe('EditButton', () => {
const createComponent = (props = {}) => {
wrapper = shallowMount(EditButton, {
localVue,
sync: false,
propsData: { ...props },
sync: false,
attachToDocument: true,
});
};
......
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