Revert dirty notebooks after each test (#225820)

This commit is contained in:
Peng Lyu
2024-08-16 14:14:47 -07:00
committed by GitHub
parent d7bf755414
commit 28e80d4036

View File

@@ -151,6 +151,7 @@ const apiTestSerializer: vscode.NotebookSerializer = {
teardown(async function () {
disposeAll(testDisposables);
testDisposables.length = 0;
await revertAllDirty();
await saveAllFilesAndCloseAll();
});