How to add Jest to your Vite-React project?
Aug 12, 2021 · 2 min read · Vite is the development server that is very fast as it uses native ES Modules instead of bundling. Vite has a starter template for React applications. Projects created with Create React App have out-of-the-box support for unit tests but the Vite temp...
Join discussion
