Commit b83a2cf
docs: clarify npm test scope in contributing guide (#430)
## Summary\n- Clarify that `npm test` runs the fast suite only\n-
Document that integration tests are excluded from `npm test`\n- Add the
correct command for integration tests: `npm run test:slow`\n\n##
Why\nThe previous wording said `npm test` runs all tests in
`tests/**/*.test.js`, which is inconsistent with the actual npm script
in `package.json`. This update aligns CONTRIBUTING docs with real
behavior to reduce contributor confusion.\n\n## Local validation\n- `npm
ci --ignore-scripts`\n- `npx mocha tests/model-selection.test.js` (10
passing)
---------
Co-authored-by: haosenwang1018 <haosenwang1018@users.noreply.github.com>
Co-authored-by: Tom Dupuis <60640908+tomdps@users.noreply.github.com>1 parent 915766e commit b83a2cf
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
0 commit comments