vitest
for generator fails only when using nx test
in freshly generated workspace
#30283
Open
2 of 4 tasks
Labels
Current Behavior
npm config get registry
in@nx/js
'ssetupVerdaccio()
throws an error invitest
tests only when running withnx
.Expected Behavior
Running
vitest
withnx
doesn't cause tests to fail when they pass when executed withvitest
directly.GitHub Repo
https://github.com/parker-norwood/nx-bug-example
Steps to Reproduce
# 6. Run vitest, showing that the tests pass. npx vitest run
Nx Report
Failure Logs
Package Manager Version
npm 11.2.0
Operating System
Additional Information
I also tested this earlier with version
20.5.0-rc.2
and the same thing occurred.The text was updated successfully, but these errors were encountered: