mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 11:19:32 +00:00
Make sure we reset editors being iterations of test
This commit is contained in:
@@ -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');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user