9 ms·
Yup I've used Vitest without Vite for a personal project. I replaced Jest as I was having a lot of trouble with ESM modules (it might be better now)
by chain-- 4y ago
Yup I've used Vitest without Vite for a personal project. I replaced Jest as I was having a lot of trouble with ESM modules (it might be better now)
- throwanem 4y agoThanks! I'll definitely take a closer look - "better than Jest" is a great place to start, but not if it means boiling an ocean first.