testing-best-practices
SKILL.md
Testing Best Practices
This skill provides comprehensive expert knowledge of testing Node.js/Express applications with emphasis on Jest and Supertest, test organization, mocking strategies, and achieving comprehensive test coverage.
Testing Framework Setup
Jest Installation and Configuration
Install dependencies:
npm install --save-dev jest supertest @types/jest