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
379
First Seen
9 days ago
react-testing — aiskillstore/marketplace