test: isolate hook installer suite from unit-fast lane

This commit is contained in:
Peter Steinberger
2026-02-16 04:31:26 +00:00
parent fb6dba2058
commit 794808b169

View File

@@ -33,6 +33,8 @@ const unitIsolatedFilesRaw = [
"src/auto-reply/reply.block-streaming.test.ts",
// Integration test is process-heavy and can bottleneck unit-fast.
"test/git-hooks-pre-commit.integration.test.ts",
// Archive extraction/fixture-heavy suite; keep off unit-fast critical path.
"src/hooks/install.test.ts",
// Uses process-level unhandledRejection listeners; keep it off vmForks to avoid cross-file leakage.
"src/imessage/monitor.shutdown.unhandled-rejection.test.ts",
];