fix(tests): stabilize auto-update-checker isolation under bun

This commit is contained in:
YeonGyu-Kim
2026-02-19 01:40:58 +09:00
parent b84d0d0886
commit 15bdfd7511
2 changed files with 7 additions and 3 deletions
@@ -40,7 +40,7 @@ mock.module("../../../shared/logger", () => ({
log: () => {},
}))
const { runBackgroundUpdateCheck } = await import("./background-update-check")
const { runBackgroundUpdateCheck } = await import("./background-update-check?test")
describe("runBackgroundUpdateCheck", () => {
const mockCtx = { directory: "/test" } as any