mirror of https://github.com/openclaw/openclaw.git
test: isolate git commit suite
This commit is contained in:
parent
1d767e24f1
commit
a3d6d6c845
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue