Open Maxim-Mazurok opened 1 year ago
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. If we missed this issue please reply to keep it active. Thanks for being a part of the Nx community! ๐
Still would like to use vitest over jest, thanks!
Would someone like to open a PR for this?
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! ๐
This would be great. I don't have the bandwidth right now, but don't want this to go stale
Description
I'd like to use Vitest instead of Jest for e2e testing of plugins.
Motivation
I use Vitest for everything else and it makes sense to use it for that as well.
Suggested Implementation
Add option for
nx g @nrwl/nx-plugin:plugin
to use VitestAlternate Implementations
I'm going to skip e2e tests altogether for now as I'm having trouble with Jest and my custom ESM setup.