vuejs/vue-test-utils-jest-example

The trigger method can not support mouseover, mouseout, mousedown

xinchenxin opened this issue · 1 comments

wrapper.trigger('mouseover'), it does not work! Any other ways? Thanks!

trigger supports these events. If you think you have found a bug where trigger` does not work as expected, please create an issue with a minimal reproduction in the vue-test-utils repo—https://github.com/vuejs/vue-test-utils.