Tests: fix package boundary and runtime drift

This commit is contained in:
Peter Steinberger
2026-04-07 14:03:14 +08:00
parent 68e421c487
commit 9a66b9cd54
12 changed files with 60 additions and 53 deletions

View File

@@ -84,6 +84,7 @@ export function installSharedTestSetup(options?: SharedTestSetupOptions): {
}
cleaned = true;
testEnv.cleanup();
delete globalState[SHARED_TEST_SETUP];
},
};
globalState[SHARED_TEST_SETUP] = handle;