We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cc315 commit 1527e89Copy full SHA for 1527e89
1 file changed
.github/copilot-instructions.md
@@ -21,6 +21,7 @@ npm run build && npm run esbuild # Build all TypeScript and bundle
21
22
**Testing**:
23
- Unit tests: `npm run test-unit` (Mocha)
24
+- Unit tests filtering to file: `npm run test-unit -- **/fileName.ts
25
- Per-addon unit tests: `npm run test-unit addons/addon-image/out-esbuild/*.test.js`
26
- Integration tests: `npm run test-integration` (Playwright across Chrome/Firefox/WebKit)
27
- Per-addon integration tests: `npm run test-integration --suite=addon-search`
0 commit comments