diff --git a/src/shared/project-discovery-dirs.test.ts b/src/shared/project-discovery-dirs.test.ts index b2aab0c1b..040d5e3e7 100644 --- a/src/shared/project-discovery-dirs.test.ts +++ b/src/shared/project-discovery-dirs.test.ts @@ -16,6 +16,7 @@ describe("project-discovery-dirs", () => { }) afterEach(() => { + mock.restore() rmSync(TEST_DIR, { recursive: true, force: true }) })