Extend Vitest support for all generators #30074
gperdomor
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently js lib generator allow us to opt for jest or vitest for the unit tests, but apps generators, at least for Next, Nest and express, only Jest is supported...
Jest, AFAIK, is also the reason why prettier is still in v2, so moving to Vitest will unblock the prettier upgrade, at least for users without jest in their dependencies...
Beta Was this translation helpful? Give feedback.
All reactions