nx-extensions
nx-extensions copied to clipboard
React | Vitest: Have Vitest as the default testing framework with generated React apps
It would be great to have React apps generated with Vitest instead of Jest, this would eliminate the need for Babel. Additionally, testing would be more accurate since you're not having to compile code prior to it being tested. Installs, builds, and testing-speed would all use the power of ESM.
@joshchagani we are looking at vite test and how best to handle this. Some work been done, but also looking at Jest to Vite Migration