/react-testing-library-todo-example

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

Primary LanguageJavaScript

react-testing-library-todo-example

Example Todo app for illustrating react-testing-library features

Installation

Follow the steps below

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

To run the tests

$ yarn test