Example Todo app for illustrating react-testing-library features
Follow the steps below
$ git clone git@github.com:rcdexta/react-testing-library-todo-example.git
$ cd react-testing-library-todo-example
$ yarn installTo run the tests
$ yarn testSample Todo widget to help understand testing with react-testing-library
JavaScript