mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
tslint
This commit is contained in:
@@ -297,7 +297,7 @@ suite('window namespace tests', () => {
|
||||
const a = result.then(value => {
|
||||
assert.equal(value, undefined);
|
||||
});
|
||||
const b = commands.executeCommand('workbench.action.closeQuickOpen'),
|
||||
const b = commands.executeCommand('workbench.action.closeQuickOpen');
|
||||
return Promise.all([a, b]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user