Always prefer using the run test tool (#266994)

This commit is contained in:
Alexandru Dima
2025-09-15 16:05:35 -07:00
committed by GitHub
parent 09cbbeef7a
commit b56ca46cb1

View File

@@ -61,8 +61,7 @@ You MUST check compilation output before running ANY script or declaring work co
- Start the task if it's not already running in the background
### TypeScript validation steps
- Use run test tool or `scripts/test.sh` (`scripts\test.bat` on Windows) for unit tests (add `--grep <pattern>` to filter tests)
- Use `scripts/test-integration.sh` (or `scripts\test-integration.bat` on Windows) for integration tests
- Use the run test tool if you need to run tests. If that tool is not available, then you can use `scripts/test.sh` (or `scripts\test.bat` on Windows) for unit tests (add `--grep <pattern>` to filter tests) or `scripts/test-integration.sh` (or `scripts\test-integration.bat` on Windows) for integration tests (integration tests end with .integrationTest.ts or are in /extensions/).
- Use `npm run valid-layers-check` to check for layering issues
## Coding Guidelines