fix tests?

This commit is contained in:
Benjamin Pasero
2016-05-19 16:33:48 +02:00
parent 9f214bba62
commit d8412d0a5a

View File

@@ -68,7 +68,6 @@ export function cleanUp(): Thenable<any> {
}, 10);
vscode.commands.executeCommand('workbench.action.closeAllEditors')
.then(() => vscode.commands.executeCommand('workbench.files.action.closeAllFiles'))
.then(null, err => {
clearInterval(interval);
e(err);