Replies: 1 comment
-
|
If you call If you call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are migrating from v13->v14 and going through setting up the
userobject via theuser.setup()method. There are some differences between doing this and using the backwards-compatible importingUserEventdirectly.I have a test case here: https://stackblitz.com/edit/vitest-dev-vitest-ypkzea?file=test%2Fcomponent.test.tsx
I would think that each test would behave the same way, but it looks like the
clickfrom the direct import alsohoverbut theclickfrom theuserEvent.setupdoes not.Any pointers here?
Beta Was this translation helpful? Give feedback.
All reactions