Skip to content

Commit 1bf90d9

Browse files
authored
Merge pull request #5422 from xtermjs/Tyriar-patch-1
Explain filtering unit tests by file
2 parents 95cc315 + 1527e89 commit 1bf90d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ npm run build && npm run esbuild # Build all TypeScript and bundle
2121

2222
**Testing**:
2323
- Unit tests: `npm run test-unit` (Mocha)
24+
- Unit tests filtering to file: `npm run test-unit -- **/fileName.ts
2425
- Per-addon unit tests: `npm run test-unit addons/addon-image/out-esbuild/*.test.js`
2526
- Integration tests: `npm run test-integration` (Playwright across Chrome/Firefox/WebKit)
2627
- Per-addon integration tests: `npm run test-integration --suite=addon-search`

0 commit comments

Comments
 (0)