fix: resolve SKILL.md validation errors
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: testing-patterns
|
||||
description: "Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle."
|
||||
risk: unknown
|
||||
source: community
|
||||
---
|
||||
|
||||
# Testing Patterns and Utilities
|
||||
@@ -257,3 +259,6 @@ npm test ComponentName.test.tsx
|
||||
|
||||
- **react-ui-patterns**: Test all UI states (loading, error, empty, success)
|
||||
- **systematic-debugging**: Write test that reproduces bug before fixing
|
||||
|
||||
## When to Use
|
||||
This skill is applicable to execute the workflow or actions described in the overview.
|
||||
|
||||
Reference in New Issue
Block a user