Make logs specs compatible w/ BootstrapVue 2

parent 02b89eb5
...@@ -51,6 +51,8 @@ describe('EnvironmentLogs', () => { ...@@ -51,6 +51,8 @@ describe('EnvironmentLogs', () => {
const initWrapper = () => { const initWrapper = () => {
wrapper = shallowMount(EnvironmentLogsComponent, { wrapper = shallowMount(EnvironmentLogsComponent, {
attachToDocument: true,
sync: false,
propsData, propsData,
store, store,
methods: { methods: {
......
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