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

https://github.com/toxe/react-testing

React testing examples
https://github.com/toxe/react-testing

dom-testing-library expect-more-jest jest jest-dom jest-extended react test testing testing-library testing-library-react user-event

Last synced: 4 months ago
JSON representation

React testing examples

Awesome Lists containing this project

README

          

# React testing examples

An example React testing app.

## Running the application

```
npm start
```

### Run tests

```
npm test
```