The javascript-typescript-jest skill provides best practices for writing unit tests in JavaScript and TypeScript projects using the Jest testing framework, covering test structure, mocking strategies, async testing, and React component testing. It's designed for developers building applications with Jest who need guidance on organizing tests, isolating dependencies through mocking, and using appropriate matchers and testing patterns. This skill solves the problem of writing ineffective or poorly organized tests by establishing conventions for test naming, file placement, mock management, and testing different code types.
npx skills add https://github.com/github/awesome-copilot --skill javascript-typescript-jest