Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 328 Bytes

File metadata and controls

5 lines (3 loc) · 328 Bytes

React + TypeScript + Vite + Vitest + React Testing Library

Use this boiler plate to use React Testing Library with Vite+React+Typescript , it uses Vitest instead of Jest.

With create-react-app (react v19) throwing errors and failing to install React Testing Library due to dependency issues , this is one setup that worked.