Skip to content

Commit

Permalink
Revert dirty notebooks after each test (microsoft#225820)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Aug 16, 2024
1 parent d7bf755 commit 28e80d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const apiTestSerializer: vscode.NotebookSerializer = {
teardown(async function () {
disposeAll(testDisposables);
testDisposables.length = 0;
await revertAllDirty();
await saveAllFilesAndCloseAll();
});

Expand Down

0 comments on commit 28e80d4

Please sign in to comment.