https://github.com/lnardon/reacttesting
Repository to practice React testing with Jest and Enzyme.
https://github.com/lnardon/reacttesting
enzyme jest react tdd testing
Last synced: 2 months ago
JSON representation
Repository to practice React testing with Jest and Enzyme.
- Host: GitHub
- URL: https://github.com/lnardon/reacttesting
- Owner: lnardon
- Created: 2021-02-14T11:16:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T22:50:32.000Z (over 4 years ago)
- Last Synced: 2025-09-10T21:01:13.816Z (10 months ago)
- Topics: enzyme, jest, react, tdd, testing
- Language: JavaScript
- Homepage:
- Size: 33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Jest and Enzyme Testing

This projects purpose is to practice TDD in React using Jest and Enzyme.
### Installation
Clone the repository and run `yarn` on the root directory to install all dependencies.
### Usage
Run `yarn test` on the root directory to run all tests.
### Tests
- Component Render Tests
- Props Tests
- useState Tests
- useEffect Tests
- Context and useContext Tests
- Jest Functions Tests
- Data Test Attribute Tests
### What I learned/Used on this project
- Jest
- Enzyme
- TDD
- React
- React Hooks
- React Redux