Skip to content

Commit

Permalink
docs(contributing): add minimum testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SEMIN-97 committed Jan 12, 2025
1 parent 559c2dc commit 461af52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ pnpm create:component
### Testing
We use **Vitest** for testing.
All new features or changes must include **relevant test cases**.

```sh
pnpm test
```
**Minimum Testing Requirements:**
- Cover all primary use cases.
- Ensure edge cases are tested.

### Storybook
We use **Storybook** for visual testing of components.
Expand Down

0 comments on commit 461af52

Please sign in to comment.