diff --git a/CLAUDE.md b/CLAUDE.md index f348e3cf..384ef1f5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -217,7 +217,7 @@ npm run test:integration - Location: `tests/integration/**/*.spec.js` - Setup: `tests/setup/integration.setup.js` with `tests/setup/globalSetup.js` - Tests run sequentially (`--runInBand`) because they share show state, DJ sessions, and flowsheet entries -- 30-second timeout per test, bail on first failure +- 30-second timeout per test - Generates HTML report at `tests/report/report.html` ### CI mock diff --git a/jest.config.json b/jest.config.json index e3bb2da0..8458c8e1 100644 --- a/jest.config.json +++ b/jest.config.json @@ -18,7 +18,6 @@ ], "maxWorkers": "50%", "testTimeout": 30000, - "bail": 1, "forceExit": true, "verbose": true }