mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Revert dirty notebooks after each test (#225820)
This commit is contained in:
@@ -151,6 +151,7 @@ const apiTestSerializer: vscode.NotebookSerializer = {
|
||||
teardown(async function () {
|
||||
disposeAll(testDisposables);
|
||||
testDisposables.length = 0;
|
||||
await revertAllDirty();
|
||||
await saveAllFilesAndCloseAll();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user