Skip to content

Commit e35510b

Browse files
committed
clean workspace after one test finishes.
1 parent 8dd0614 commit e35510b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extensions/vscode-notebook-tests/src/notebook.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ suite('API tests', () => {
212212
}
213213
]
214214
});
215+
216+
await vscode.commands.executeCommand('workbench.action.files.save');
217+
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
215218
});
216219

217220
test.skip('notebook editor active/visible', async function () {

0 commit comments

Comments
 (0)