https://github.com/mcodex/react-jest
A project used to study Jest and TDD
https://github.com/mcodex/react-jest
eslint jest jest-dom react react-app-rewired
Last synced: 2 months ago
JSON representation
A project used to study Jest and TDD
- Host: GitHub
- URL: https://github.com/mcodex/react-jest
- Owner: mCodex
- Created: 2020-03-28T14:54:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T07:59:32.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:17:51.338Z (4 months ago)
- Topics: eslint, jest, jest-dom, react, react-app-rewired
- Language: JavaScript
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Jest
A project developed only for Jest studying purposes. Mocking axios, reducers functions, dispatch and so on... Developed using TDD.
Project bootstraped with [create-react-app](https://github.com/facebook/create-react-app).
## 📚 Libraries:
* [redux](https://redux.js.org/)
* [redux-saga](https://redux-saga.js.org/)
* [react-app-rewired](https://github.com/timarney/react-app-rewired)
* [customize-cra](https://github.com/arackaf/customize-cra)## 📦 Installation
It is easy, just run:
* `yarn` - to install dependencies
* `yarn test` - to test