Seeing the following warnings when running tests using this setup:
This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills
This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills
I am currently using the fork at the pull request #42, which resolves the issue and waiting for it to be merged into the main branch.
Thanks!