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
So in my project if I run pnpx vitest the test will run and I even see a test failure. But with neotest it just skips them all. Not sure what I am doing wrong. Here is my Lazyvim neotest config:
I've done some further debugging and it seems to be the testNamePattern part of the command. If a file is passed the testNamePattern is set to .* but if a directory is passed in it ends up with:
"--testNamePattern=^\\s?frontend"
If I replace the testNamePattern with .* then the tests run fine.
So in my project if I run
pnpx vitest
the test will run and I even see a test failure. But with neotest it just skips them all. Not sure what I am doing wrong. Here is my Lazyvim neotest config:If you need to see the repo where I am running tests, you can see them here.
The text was updated successfully, but these errors were encountered: