test: isolate git commit suite

This commit is contained in:
Josh Lehman
2026-03-08 10:45:00 -07:00
parent 1d767e24f1
commit a3d6d6c845

View File

@@ -86,6 +86,8 @@ const unitIsolatedFilesRaw = [
"src/slack/monitor/slash.test.ts",
// Uses process-level unhandledRejection listeners; keep it off vmForks to avoid cross-file leakage.
"src/imessage/monitor.shutdown.unhandled-rejection.test.ts",
// Mutates process.cwd() and mocks core module loaders; isolate from the shared fast lane.
"src/infra/git-commit.test.ts",
];
const unitIsolatedFiles = unitIsolatedFilesRaw.filter((file) => fs.existsSync(file));