jest skills

15 tagged jest, measured the same way as everything else here.

Browse within: vitest 8

callstack/react-native-testing-library

Skill Claude CodeCodex

Write tests using React Native Testing Library (RNTL) v13 and v14 (@testing-library/react-native). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React…

3.4k 19d ago A 134 tokens original MIT

jest

02

anivar/jest-skill

Skill Claude CodeCodex

Jest best practices, patterns, and API guidance for JavaScript/TypeScript testing. Covers mock design, async testing, matchers, timer mocks, snapshots, module mocking, configuration, and CI optimization. Baseline: jest ^30.0.0. Triggers on: jest imports, describe, it, test, expect, jest.fn, jest.mock, jest.spyOn…

6 24d ago A 97 tokens original MIT

zod-testing

03

anivar/zod-testing

Skill Claude CodeCodex

Testing patterns for Zod schemas using Jest and Vitest. Covers schema correctness testing, mock data generation, error assertion patterns, integration testing with API handlers and forms, snapshot testing with z.toJSONSchema(), and property-based testing. Baseline: zod ^4.0.0. Triggers on: test files for Zod schemas…

2 24d ago A 105 tokens original MIT

redux-saga-testing

04

anivar/redux-saga-testing

Skill Claude CodeCodex

Write tests for Redux Sagas using redux-saga-test-plan, runSaga, and manual generator testing. Covers expectSaga (integration), testSaga (unit), providers, partial matchers, reducer integration, error simulation, and cancellation testing. Works with Jest and Vitest. Triggers on: test files for sagas…

2 24d ago A 104 tokens original MIT