A boilerplate project for reproducing issues with React, Jest, and Testing Library.
This project requires Yarn and Node to be installed.
To use it after cloning the repo, first install dependencies:
yarn
You can start a server to see the test page:
yarn start
And run tests:
yarn test