Add note on running yarn updateIgnored for TypeScript

Added a note about running 'yarn updateIgnored' after adding a new TypeScript file.
This commit is contained in:
Laurent Cozic
2026-04-13 18:38:14 +01:00
committed by GitHub
parent 1bbd60318a
commit fc212d0144
+1
View File
@@ -11,6 +11,7 @@
- Focus on testing essential behaviour and edge cases — avoid adding tests for every minor detail.
- Avoid duplicating code in tests; when testing the same logic with different inputs, use `test.each` or shared helpers instead of repeating similar test blocks.
- Do not make white space changes - do not add unnecessary new lines, or spaces to existing code, or wrap existing code.
- If you add a new TypeScript file, run `yarn updateIgnored` from the root.
## Full Documentation