Unit Tests in React ✔️

✨ Technologies

  • Vite
  • React
  • SWC
  • Jest
  • React-Testing-Library

🚧 Setup

Used libraries and how to install

yarn

yarn add @testing-library/react @testing-library/jest-dom @testing-library/user-event -D

Check jest.config.ts for setup configuration

🏃‍ Running test

After yarn to install all dependencies

yarn test
#or
yarn test --watchAll