Files
dify/.claude
yyh b7de61383c docs(skill): add Zustand store testing best practices to frontend-testing skill
Add comprehensive guidance for testing components that use Zustand stores,
following the official Zustand testing guide. The key principle is to use
real stores with setState() instead of manually mocking store modules,
as the global zustand mock already provides proper test isolation.
2026-01-18 01:46:51 +08:00
..