clean workspace after one test finishes.

This commit is contained in:
rebornix
2020-06-03 19:29:37 -07:00
parent 8dd0614799
commit e35510bccb

View File

@@ -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 () {