rcdexta / react-testing-library-todo-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 75.3%Language:HTML 18.5%Language:CSS 6.3%