test: 💍 add Vue tests for type, dblclick, selectoptions#153
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 4Continue 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.
dblclickselectoptionstypefireEventmethods.preventDefaulttest fortypeI can't seem to find the way to make thepreventDefaulttest pass (link). Any help would be greatly appreciated!Apart from that, I've only noticed small differences from React tests:
focusevent isn't being emitted twice on selectoptions (link).I guess @calebeby might want to take a look at this, too :)