Commit cbf07e62 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Make issuables list specs compatible w/ BootstrapVue 2

parent 71e2ba4d
...@@ -45,6 +45,7 @@ describe('Issuable component', () => { ...@@ -45,6 +45,7 @@ describe('Issuable component', () => {
...props, ...props,
}, },
sync: false, sync: false,
attachToDocument: true,
}); });
}; };
......
...@@ -49,6 +49,7 @@ describe('Issuables list component', () => { ...@@ -49,6 +49,7 @@ describe('Issuables list component', () => {
}, },
localVue, localVue,
sync: false, 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