How to test app with react-cool-virtual ?
ptimer opened this issue · comments
Illia Bilous commented
I have an errors react-testing-library doesn't see content because it has not rendered yet. How to test such app ?
Welly Shen commented
@ptimer This library uses ResizeObserver under the hook, you need to mock it in your testing environment.