Commit 64c01806 authored by Illya Klymov's avatar Illya Klymov

Remove useless attachToDocument property

attachToDocument property is not needed
parent 4ac2a641
......@@ -50,7 +50,6 @@ describe('Issue card component', () => {
rootPath: '/',
},
store,
attachToDocument: true,
});
});
......
......@@ -10,7 +10,6 @@ const createComponent = props =>
propsData: {
...props,
},
attachToDocument: true,
});
describe('Limit warning component', () => {
......
......@@ -13,7 +13,6 @@ describe('Erased block', () => {
const createComponent = props => {
wrapper = mount(ErasedBlock, {
propsData: props,
attachToDocument: true,
});
};
......
......@@ -35,7 +35,6 @@ describe('DiscussionActions', () => {
shouldShowJumpToNextDiscussion: true,
...props,
},
attachToDocument: true,
});
};
......
......@@ -31,7 +31,6 @@ describe('Release detail component', () => {
wrapper = mount(ReleaseDetailApp, {
store,
attachToDocument: true,
});
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