vuejs / vue-test-utils

Component Test Utils for Vue 2
https://vue-test-utils.vuejs.org
MIT License
3.57k stars 670 forks source link

Test ResizeObserver's callback method #1974

Open p9-web opened 2 years ago

p9-web commented 2 years ago

Documentation Feedback

Testing an app that uses a ResizeObserver instance in which a callback method assigns a new value to a ref will result in a incomplete coverage.

ResizeObserver

Documentation could be enhanced by explaining the appopriate way to implement such testing procedure.

ebisbe commented 1 year ago

Can you provide a minimal repro?