nx-extensions icon indicating copy to clipboard operation
nx-extensions copied to clipboard

React | Vitest: Have Vitest as the default testing framework with generated React apps

Open joshchagani opened this issue 4 years ago • 1 comments

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 avatar Apr 11 '22 18:04 joshchagani

@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

Jordan-Hall avatar Apr 11 '22 22:04 Jordan-Hall