Vite + Jest + React Testing Configuration
Instalation and configuration of Jest + React Testing Library
For React + Vite projects
Installs:
yarn add --dev jest babel-jest @babel/preset-env @babel/preset-react
yarn add --dev @testing-library/react @types/jest jest-environment-jsdom
Optiona...
uridevs.hashnode.dev1 min read