We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667ab7d commit 159b36aCopy full SHA for 159b36a
.github/copilot-instructions.md
@@ -19,7 +19,12 @@
19
20
## Pull Request Guidelines
21
- Never touch the yarn.lock file.
22
-- Run `yarn run lint` and also `npm run hygiene` and fix any errors or warnings before submitting a PR.
+- Run `yarn run lint` and also `npm run hygiene` and fix any errors or warnings before committing.
23
+
24
+## Testing
25
+- Use `describe` and `it` blocks from Mocha for structuring tests.
26
+- Tests MUST run product code.
27
+- Tests should be placed near the code they are testing, in a `test` folder. Name test fies with a `.test.ts` suffix.
28
29
---
30
_Last updated: 2025-06-20_
0 commit comments