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

https://github.com/rcdexta/react-testing-library-todo-example

Sample Todo widget to help understand testing with react-testing-library
https://github.com/rcdexta/react-testing-library-todo-example

Last synced: 10 months ago
JSON representation

Sample Todo widget to help understand testing with react-testing-library

Awesome Lists containing this project

README

          

# react-testing-library-todo-example

Example Todo app for illustrating react-testing-library features

### Installation

Follow the steps below

```bash
$ git clone git@github.com:rcdexta/react-testing-library-todo-example.git
$ cd react-testing-library-todo-example
$ yarn install
```

To run the tests

```bash
$ yarn test
```