tiny-vue
tiny-vue copied to clipboard
🐛 [Bug]: JSDOM cannot support ResizeObserver and IntersectionObserver
Version
latest
Vue Version
latest
Link to minimal reproduction
TinyVue source code
Step to reproduce
run test:unit3 in tiny vue source code
What is expected
original unit case can be run without comment The Observer source code.
What is actually happening
JSDOM cannot support ResizeObserver and IntersectionObserver and lots of unit case cannot be run normally
What is your project name
TinyVue
Any additional comments (optional)
Related with #1822 PR