testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.08k stars 110 forks source link

Make fireEvent.update work with lazy modifier #183

Closed kinoli closed 3 years ago

kinoli commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #183 (b6eae4f) into master (4376e64) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #183   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           94        98    +4     
  Branches        32        34    +2     
=========================================
+ Hits            94        98    +4     
Impacted Files Coverage Δ
src/vue-testing-library.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4376e64...b6eae4f. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 5.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

afontcu commented 3 years ago

This is gonna be interesting to implement in Vue 3 😅

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 6.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: