Skip to content

docs: clarify npm test scope in contributing guide#430

Merged
tomdps merged 3 commits into
the-open-engine:devfrom
haosenwang1018:docs/fix-contributing-test-scope
Jul 8, 2026
Merged

docs: clarify npm test scope in contributing guide#430
tomdps merged 3 commits into
the-open-engine:devfrom
haosenwang1018:docs/fix-contributing-test-scope

Conversation

@haosenwang1018

Copy link
Copy Markdown
Contributor

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)

@tomdps tomdps changed the base branch from main to dev July 8, 2026 15:56
@tomdps tomdps enabled auto-merge July 8, 2026 15:56
@tomdps tomdps force-pushed the docs/fix-contributing-test-scope branch from 9e9cb15 to 8c42879 Compare July 8, 2026 16:02
@tomdps tomdps added this pull request to the merge queue Jul 8, 2026
Merged via the queue into the-open-engine:dev with commit b83a2cf Jul 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants