Skip to content

Commit a3d6d6c

Browse files
committed
test: isolate git commit suite
1 parent 1d767e2 commit a3d6d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test-parallel.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ const unitIsolatedFilesRaw = [
8686
"src/slack/monitor/slash.test.ts",
8787
// Uses process-level unhandledRejection listeners; keep it off vmForks to avoid cross-file leakage.
8888
"src/imessage/monitor.shutdown.unhandled-rejection.test.ts",
89+
// Mutates process.cwd() and mocks core module loaders; isolate from the shared fast lane.
90+
"src/infra/git-commit.test.ts",
8991
];
9092
const unitIsolatedFiles = unitIsolatedFilesRaw.filter((file) => fs.existsSync(file));
9193

0 commit comments

Comments
 (0)