https://github.com/sonalys/react-testing
Simple example for reactjs testing
https://github.com/sonalys/react-testing
boilerplate jest learning-by-doing react testing
Last synced: about 1 month ago
JSON representation
Simple example for reactjs testing
- Host: GitHub
- URL: https://github.com/sonalys/react-testing
- Owner: sonalys
- Created: 2020-12-11T18:01:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T18:01:44.000Z (over 5 years ago)
- Last Synced: 2026-03-02T09:31:35.124Z (3 months ago)
- Topics: boilerplate, jest, learning-by-doing, react, testing
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was created with purpose of teaching React Test with Testing Library and Jest.
# Dependencies
* React ^16.12.0
* ReactScripts 3.3.0
* Jest ^24.9.0
* Testing Library ^9.4.0
* PropTypes ^15.7.2
# Installation
```
npm install
```
# Running
```
npm run start
```
# Testing
```
npm run test
```