10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript125 forks (125 forks)auto 404
frontendgood first issuehacktoberfesttests
Repository metrics
- Stars
- 95 stars (95 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- add unit tests (jest)
- add e2e tests (playwright)
things to test:
- hooks
- components
- mock network and verify different charts that we have
Contributor guide
- Research direction
- Explore the codebase to understand existing components and hooks, set up Jest for unit tests and Playwright for e2e tests, and write tests for each component following the project's testing patterns.
- Tech stack
- typescriptreactjestplaywright
- Domain
- frontend
- Issue type
- Test
- Prerequisites
- GitTypeScriptReact