react-testing

Installation
SKILL.md

React Testing (Web)

Problem Statement

React testing requires understanding component rendering, user interactions, and async state management. This skill covers Jest with React Testing Library patterns for web applications.


Pattern: Zustand Store Testing

Problem: Store state persists between tests, causing flaky tests.

import { useAppStore } from '@/stores/appStore';
Installs
1
GitHub Stars
413
First Seen
Jun 16, 2026
react-testing — aiskillstore/marketplace