mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user