Unit Testing

Complete or maximize unit test coverage for a specific TypeScript file in this repo. Use when: a test run is short of the 100% coverage threshold and you need to find and close the gap, or when deciding whether an uncovered branch is genuinely unreachable. For everyday test-writing conventions (AAA, mocking, placement, type safety), see .agents/rules/unit-testing.md instead — it loads automatically for any *.spec.ts file.

javierbrea 76be62e 2.3 KB Updated

File contents

javierbrea/eslint-plugin-boundaries/tree/main/.agents/skills/unit-testing commit 76be62e6cb

Frequently asked questions

npx skillmds@latest add javierbrea/unit-testing