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

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

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
```