wellyshen / react-cool-virtual

😎 ♻️ A tiny React hook for rendering large datasets like a breeze.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to test app with react-cool-virtual ?

ptimer opened this issue · comments

I have an errors react-testing-library doesn't see content because it has not rendered yet. How to test such app ?

@ptimer This library uses ResizeObserver under the hook, you need to mock it in your testing environment.