fix(web): isolate run detail test mocks

This commit is contained in:
Bryan Helmkamp 2026-05-08 22:54:13 -04:00
parent 1a89974f65
commit 9ff7521efa
No known key found for this signature in database

View file

@ -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;