We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d767e2 commit a3d6d6cCopy full SHA for a3d6d6c
scripts/test-parallel.mjs
@@ -86,6 +86,8 @@ const unitIsolatedFilesRaw = [
86
"src/slack/monitor/slash.test.ts",
87
// Uses process-level unhandledRejection listeners; keep it off vmForks to avoid cross-file leakage.
88
"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",
91
];
92
const unitIsolatedFiles = unitIsolatedFilesRaw.filter((file) => fs.existsSync(file));
93
0 commit comments