-
Notifications
You must be signed in to change notification settings - Fork 264
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
Bug: regression on wrapper.vm
type in 2.4.0-alpha.0
#2060
Labels
bug
Something isn't working
Comments
@johnsoncodehk What do you think about this? |
It seems to be because If you need to avoid adding dependencies, copying the code from |
cexbrayat
added a commit
to cexbrayat/vue-test-utils-next
that referenced
this issue
May 17, 2023
cexbrayat
added a commit
that referenced
this issue
May 17, 2023
It looks like it fixes the issue 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
To Reproduce
https://stackblitz.com/edit/vitest-dev-vitest-se33u3?file=package.json
The type checking throws in v2.3.2 (as it should because
wrapper.vm.something
does not exist):Bump to v2.4.0-alpha.0, and run the command again: the error is now not caught.
Expected behavior
The error should be caught in v2.4.0
Related information:
Additional context
The text was updated successfully, but these errors were encountered: