- Vite
- React
- SWC
- Jest
- React-Testing-Library
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
After yarn
to install all dependencies
yarn test
#or
yarn test --watchAll