How to mock "onMounted" in a composable ? #974
Unanswered
lampewebdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a "composable" and Inside that I have a onMounted hook.
Now I'm trying to test the composable without a Vue instance around it.
Example code:
Beta Was this translation helpful? Give feedback.
All reactions