https://github.com/janardanpethani/react-testing
React testing using vitest, RTL and msw.
https://github.com/janardanpethani/react-testing
msw react redux-toolkit rtl testing
Last synced: 2 months ago
JSON representation
React testing using vitest, RTL and msw.
- Host: GitHub
- URL: https://github.com/janardanpethani/react-testing
- Owner: JanardanPethani
- Created: 2023-11-02T05:11:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T05:49:10.000Z (over 2 years ago)
- Last Synced: 2025-06-21T21:03:42.272Z (about 1 year ago)
- Topics: msw, react, redux-toolkit, rtl, testing
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Testing (Vitest, RTL, msw)
### Libraries used for testing:
- vitest
- RTL
- msw
- redux toolkit
### Testing done:
- component rendering
- redux store wrapper
- dispatch action and test store state
- user click
- async api call