Commit 1bec738a authored by Ezekiel Kigbo's avatar Ezekiel Kigbo Committed by Natalia Tepluhina

Prepare releases/../app_spec for boostrap2

parent 22a71cd4
...@@ -29,7 +29,7 @@ describe('Release detail component', () => { ...@@ -29,7 +29,7 @@ describe('Release detail component', () => {
const store = new Vuex.Store({ actions, state }); const store = new Vuex.Store({ actions, state });
wrapper = mount(ReleaseDetailApp, { store }); wrapper = mount(ReleaseDetailApp, { store, sync: false, attachToDocument: true });
return wrapper.vm.$nextTick(); return wrapper.vm.$nextTick();
}); });
......
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