📉 React Unit Test with Jest

📌 Content

✏️ About

Project used in Zappts live on 02/11/2022 about implementing unit tests with Jest in ReactJS. The live is available in Portuguese on YouTube.

I hope you enjoy :)

💻 Technology

🛠️ How to use

Just install dependecies and used it 😃

Installation:

  • If you using Yarn:
yarn
  • If you using NPM:
npm install

⚙️ Scripts

start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

build

Builds the app for production to the build folder.

test

Run the unitary tests.


Developed by Cláudio Castro.