You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried using with a workspace based mono repo. I had to delete the package.json dependency checks in my fork to get this plugin to work. May want to refactor how you determine if vitest is actually being used. Package sniffing seems like a suboptimal method.
Perhaps just traversing up the tree till you get to the root project and inspecting the node_modules for a vitest folder would be more robust.
The text was updated successfully, but these errors were encountered:
@DrSammyD@seannetlife I was having monorepo issues too, which I fixed with #70. Can you test my fork to see if the changes resolve your issues as well?
Just change marilari88/neotest-vitest to benelan/neotest-vitest where you install/configure the adapter.
Tried using with a workspace based mono repo. I had to delete the package.json dependency checks in my fork to get this plugin to work. May want to refactor how you determine if vitest is actually being used. Package sniffing seems like a suboptimal method.
Perhaps just traversing up the tree till you get to the root project and inspecting the node_modules for a vitest folder would be more robust.
The text was updated successfully, but these errors were encountered: