SoftwareEngNoobs / jobtrackr

Job Application tracker for Software Engineering Fall '24.
https://csc510-do-lorenc-mcdavitt.github.io/jobtrackr/docs/backend/index.html
MIT License
0 stars 0 forks source link

Future Task#1 : Migrate to Vitest from Jest #9

Open mahimdashora opened 7 hours ago

mahimdashora commented 7 hours ago

1️⃣ Faster Performance Vitest is significantly faster than Jest, leveraging Vite's optimized build system for quicker test runs.

2️⃣ Native ESM and TypeScript Support Vitest supports ESM and TypeScript out of the box, requiring minimal configuration compared to Jest.

3️⃣ Seamless Vite Integration Vitest integrates directly with Vite, allowing shared configurations between development and testing.