An open API service indexing awesome lists of open source software.

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.

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