Commit 8f94bce0 authored by Denys Mishunov's avatar Denys Mishunov

Removed unnecessary check

parent e40831cb
......@@ -102,10 +102,6 @@ describe('Snippet Edit app', () => {
},
};
if (wrapper) {
throw new Error('wrapper already exists');
}
if (withApollo) {
const localVue = createLocalVue();
localVue.use(VueApollo);
......
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