test(shared): restore project discovery mocks

This commit is contained in:
YeonGyu-Kim
2026-05-30 20:24:49 +09:00
parent 81c36675fb
commit 92c2803826
@@ -16,6 +16,7 @@ describe("project-discovery-dirs", () => {
})
afterEach(() => {
mock.restore()
rmSync(TEST_DIR, { recursive: true, force: true })
})