correctly dispose editor instance in specs

This commit is contained in:
Phil Hughes 2018-04-10 18:46:24 +01:00
parent d245b7233e
commit 84475288ff
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

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