From 9ff7521efa5b7ef8df0098e7efe434d4997cc1ea Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 8 May 2026 22:54:13 -0400 Subject: [PATCH] fix(web): isolate run detail test mocks --- apps/fabro-web/app/routes/run-detail.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/fabro-web/app/routes/run-detail.test.ts b/apps/fabro-web/app/routes/run-detail.test.ts index e9c3d6a5a..21646e4e0 100644 --- a/apps/fabro-web/app/routes/run-detail.test.ts +++ b/apps/fabro-web/app/routes/run-detail.test.ts @@ -66,6 +66,7 @@ const { handleLifecycleToastResult, lifecycleActionVisibility, } = await import("./run-detail"); +mock.restore(); type LifecycleToastState = import("./run-detail").LifecycleToastState; type RunDetailActionResult = import("./run-detail").RunDetailActionResult;