Repo to follow along with React Testing Library Tech Talk. Set up with https://github.com/facebook/create-react-app
Requires: Node.js and Visual Studio Code (or similar IDE)
-
Step 1: Clone the repo.
-
Step 2: Run
npm install -
Then you can
- Run
npm startto open the app in your localhost:3000 - Run
npm testto run jest tests in debug mode.
- Run