refactor(test): migrate generation-recall harness off index.js slicing (Phase 4g)

This commit is contained in:
youzini
2026-05-31 12:28:47 +00:00
parent c75910b562
commit baff705e28
2 changed files with 996 additions and 460 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,6 @@ const SELF_RELATIVE = "tests/index-slicing-ratchet.mjs";
// Remove the entry entirely once a file no longer reads index.js as text. // Remove the entry entirely once a file no longer reads index.js as text.
const ALLOWLIST = Object.freeze({ const ALLOWLIST = Object.freeze({
"tests/graph-persistence.mjs": { maxMarkerCalls: 7, stage: "Phase 5" }, "tests/graph-persistence.mjs": { maxMarkerCalls: 7, stage: "Phase 5" },
"tests/helpers/generation-recall-harness.mjs": { maxMarkerCalls: 3, stage: "Phase 4" },
"tests/index-esm-entry-smoke.mjs": { maxMarkerCalls: 4, stage: "Phase 5" }, "tests/index-esm-entry-smoke.mjs": { maxMarkerCalls: 4, stage: "Phase 5" },
}); });