Make sidebar specs compatible w/ BootstrapVue 2

parent 02b89eb5
......@@ -24,6 +24,7 @@ describe('AssigneeAvatarLink component', () => {
};
wrapper = shallowMount(AssigneeAvatarLink, {
attachToDocument: true,
propsData,
sync: false,
});
......
......@@ -16,6 +16,7 @@ describe('CollapsedAssigneeList component', () => {
};
wrapper = shallowMount(CollapsedAssigneeList, {
attachToDocument: true,
propsData,
sync: false,
});
......
......@@ -18,6 +18,7 @@ describe('UncollapsedAssigneeList component', () => {
};
wrapper = mount(UncollapsedAssigneeList, {
attachToDocument: true,
sync: false,
propsData,
});
......
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