mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
clean workspace after one test finishes.
This commit is contained in:
@@ -212,6 +212,9 @@ suite('API tests', () => {
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
await vscode.commands.executeCommand('workbench.action.files.save');
|
||||
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
|
||||
});
|
||||
|
||||
test.skip('notebook editor active/visible', async function () {
|
||||
|
||||
Reference in New Issue
Block a user