Skip to content

Commit 159b36a

Browse files
committed
Add testing info to instructions
1 parent 667ab7d commit 159b36a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020
## Pull Request Guidelines
2121
- 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.
22+
- 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.
2328

2429
---
2530
_Last updated: 2025-06-20_

0 commit comments

Comments
 (0)