Make EE design management specs compatible w/ BootstrapVue 2

parent 02b89eb5
......@@ -6,6 +6,7 @@ describe('Design management upload button component', () => {
function createComponent(isSaving = false, isInverted = false) {
wrapper = shallowMount(UploadButton, {
attachToDocument: true,
sync: false,
propsData: {
isSaving,
......
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