Skip to content

docs: clarify npm test scope in contributing guide#430

Open
haosenwang1018 wants to merge 2 commits into
the-open-engine:mainfrom
haosenwang1018:docs/fix-contributing-test-scope
Open

docs: clarify npm test scope in contributing guide#430
haosenwang1018 wants to merge 2 commits into
the-open-engine:mainfrom
haosenwang1018:docs/fix-contributing-test-scope

Conversation

@haosenwang1018

Copy link
Copy Markdown

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)

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.

1 participant