Command
npm install -D vitest @testing-library/reactExplanation
Vitest is Vite's native testing framework that provides fast unit testing with Jest-compatible API.
Examples
Install Vitest and testing library
npm install -D vitest @testing-library/reactInstall jsdom for DOM testing
npm install -D jsdom