mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-04 22:15:07 +03:00
- test:scoped:full (documented in the script header since #9143 but never wired) rebuilds config/quality/test-impact-map.json and then selects. - select-impacted-tests.mjs gains --stdin so --staged selects from the index; the git-diff path only ever saw commits, so staged-only runs silently fell back to the heuristic. - Loader parity with npm run test:unit / quality.yml TIA step (#6787): tests/unit/dashboard/** under --import tsx (CJS transform), tests/unit/serial/** at --test-concurrency=1, the rest under tsx/esm. The single tsx/esm invocation false-redded every dashboard test the map selected ("Unexpected token 'export'"). - CONTRIBUTING.md → Running Tests documents the three modes and the fail-safe exit 1. Refs #8084