From rmyndharis-antigravity-skills
Implements testing strategies using Jest, Vitest, and Testing Library for unit, integration, and end-to-end tests. Supports mocking, fixtures, and TDD/BDD. Activates when writing JS/TS tests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rmyndharis-antigravity-skills:javascript-testing-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices.
Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub rmyndharis/antigravity-skillsGuides implementation of robust testing strategies for JavaScript/TypeScript applications, including unit, integration, and e2e tests, mocking, and TDD.
Provides Jest, Vitest, and Testing Library patterns for unit, integration, E2E testing in JavaScript/TypeScript apps, including mocking, fixtures, and TDD workflows.
Provides testing pyramid, unit patterns (AAA, isolation, parameterized, edge cases), and React Testing Library for component tests. Use when writing tests or setting up testing infrastructure.