-
Notifications
You must be signed in to change notification settings - Fork 251
test: 💍 add Vue tests for type, dblclick, selectoptions #153
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
=======================================
Coverage 96.58% 96.58%
=======================================
Files 1 1
Lines 117 117
Branches 27 27
=======================================
Hits 113 113
Misses 4 4 Continue to review full report at Codecov.
|
Yeah I can take a look this afternoon (PST) |
Sorry, I totally forgot to look at this, I finally remembered today!
As far as I can tell this is because Relevant |
It's frustrating that |
Thank you for your insights. It makes sense. In order to test it out, I've awaited all I'm gonna open up a PR in VTL to propose the change you suggested. I just noticed that RTL is exporting its own version of Thanks! 🙌 Update: loading a non-modifying version of VTL into user-event also makes tests pass :) Update 2: PR in VTL is here. |
Update: VTL 2.0 has been released, and after the update, |
Thank you both for this 🎉 |
🎉 This PR is included in version 5.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi! 👋 this is a PR to add additional tests for Vue.
dblclick
selectoptions
type
fireEvent
methods.preventDefault
test fortype
I can't seem to find the way to make thepreventDefault
test pass (link). Any help would be greatly appreciated!Apart from that, I've only noticed small differences from React tests:
focus
event isn't being emitted twice on selectoptions (link).I guess @calebeby might want to take a look at this, too :)