Cannot get extension to work with NX #579
Unanswered
yann-combarnous
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My Nx setup is the following:
apps
I added a vitest.workspace.ts on my root containing
export default ['apps/*']
. When going to VScode Test tab, it does show all my test files (although not grouped by project). But it does not show any test inside and running a test file spins forever.How can I tell this extension where to find my Vitest config (in each project vite.config.mts) ? Any tip to get tests grouped by project?
I tried the Nx example provided, and it did not show any test in VSCode.
Beta Was this translation helpful? Give feedback.
All reactions