Make sure we reset editors being iterations of test

This commit is contained in:
Matt Bierner
2019-05-23 15:50:22 -07:00
parent 499a38b1ec
commit a4532de9af

View File

@@ -131,6 +131,9 @@ suite('TypeScript Completions', () => {
'const x = { "hello world2": 1 };',
`x["hello world2"]${insert}`
));
disposeAll(_disposables);
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
}
});