This repository contains the initial base for your unity testings in ReactJS with Jest.
Instructions
1 - Clone the repo.
2 - Inside /src/Stars.js you can create a component that will be tested.
3 - In /src/Stars.test.js you can render the component that you created an do some assertions.
3.1 - you can read for how to use assetions on: https://jestjs.io/pt-BR/docs/expect
4 - Run npm test on your terminal and see the test results.