I cannot figure out how to run tests inside vscode in my sveltekit monorepo #205
Replies: 3 comments 4 replies
-
I had the same problem and this is how it went: |
Beta Was this translation helpful? Give feedback.
-
Related: |
Beta Was this translation helpful? Give feedback.
-
I have found that I can just open VS Code at the workspace directory and it just works! The initial configurations from Svelte Kit setup is enough for my case. This might be annoying for some that is working in multiple workspaces at the same time but enough for my use case. This the link to the workspace in the monorepo in case anyone wants to take a look: |
Beta Was this translation helpful? Give feedback.
-
I have a monorepo with multiple sveltekit apps and I cannot get the vscode vitest plugin to show them
to reproduce the problem I have created an example monorepo with 2 sveltekit apps:
https://github.com/christophsturm/mono-test
the tests run fine when i run them from the sveltekit projects directories, but in the vscode test explorer I see nothing:
Please can someone tell me what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions