enzyme
enzyme copied to clipboard
Update jsdom.md to work with react-native
The original example does not work with react-native because of (for example) TimerMixin sets a variable GLOBAL based on whether or not window or global exists. If window exists, it chooses that to look for requestAnimationFrame, setTimeout and setInterval. I then tries to use GLOBAL.setTimeout which doesn't exist.