-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use runtime information to update the tests info #133
Comments
I saw your PR about watch mode #33 where you used |
Btw, for everyone that reads this, I moved my tests out of my
This works like a charm |
Hello! I appreciate your efforts. is it dealing with now? and which version do you think it will be released? |
This is now supported in pre-release 0.5.0 and higher. Note that the extension now requires Vitest 1.4.0 or higher. |
This extension currently relies on the babel parser to calculate the positions of tests statically. So it doesn't support
test
ordescribe
Extension does not detect tests when "test" is aliased or default export etc. #127The text was updated successfully, but these errors were encountered: