This merge lands five FN-3593 commits establishing a test isolation contract with a new `scripts/check-test-isolation.mjs` guard that scans for accidental `beforeEach`/`afterEach`/`beforeAll`/`afterAll` in setup helpers, plus per-package `setup-test-isolation.ts` bootstraps that canonicalize the pat Fusion-Task-Id: FN-3593
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
/**
|
|
* Deprecated shim: canonical test isolation is in @fusion/core vitest-setup.
|
|
*/
|
|
import "../../../core/src/__test-utils__/vitest-setup";
|