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
- Host: GitHub
- URL: https://github.com/rcdexta/react-testing-library-todo-example
- Owner: rcdexta
- Created: 2018-10-09T02:41:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T02:42:50.000Z (over 7 years ago)
- Last Synced: 2025-05-27T09:59:41.460Z (about 1 year ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```