Commit 84475288 authored by Phil Hughes's avatar Phil Hughes

correctly dispose editor instance in specs

parent d245b723
......@@ -38,7 +38,7 @@ describe('RepoEditor', () => {
resetStore(vm.$store);
Editor.editorInstance.modelManager.dispose();
Editor.editorInstance.dispose();
});
it('renders an ide container', done => {
......
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