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
1 changed files with 1 additions and 1 deletions

View File

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