Components testing on different screens #12937
Unanswered
oxygrimmkiv
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project uses vue3, vitest, vue test utils, for rendering on different screens we use useMediaQuery, what is the best way or what kind of tests to choose to test rendering on different screen sizes? For example I have button with icon on desktop and without icon on mobile, how can I cover it in tests?
Beta Was this translation helpful? Give feedback.
All reactions