Replies: 1 comment 1 reply
-
This is weird, we had a similar issue in #1484 It seems something broke. because it worked before 🤔 Your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. Very simple question. How to mock a function from ts file in Vue3 component with script setup syntacsis?
Component:
In jest i did it that way:
How to spy on such functions in Vitest? I've tried many variants, but the imported function is not even mocked.
Beta Was this translation helpful? Give feedback.
All reactions