What
Pick a domain/ policy or parser that is light on unit coverage and add focused unit tests for its edge cases. Our policy is "tests ship with the code", so help us keep domain/ near-100%.
Where
- Any
apps/api/src/modules/*/domain/*.policy.ts / *.parser.ts with thin coverage.
How to verify
pnpm --filter @rytask/api test -- path/to/file.spec.ts passes and coverage on that file improves.
Notes
Comment with the file you're covering so we can suggest the trickiest edge cases.
What
Pick a
domain/policy or parser that is light on unit coverage and add focused unit tests for its edge cases. Our policy is "tests ship with the code", so help us keepdomain/near-100%.Where
apps/api/src/modules/*/domain/*.policy.ts/*.parser.tswith thin coverage.How to verify
pnpm --filter @rytask/api test -- path/to/file.spec.tspasses and coverage on that file improves.Notes
Comment with the file you're covering so we can suggest the trickiest edge cases.