rsnext/examples/with-jest/shim.js
Mariano Fernández Cocirio 474085b68a Jest example updated (#3123)
* jest example updated

* reverted changes on yarn.lock
2017-10-17 20:59:22 +02:00

3 lines
73 B
JavaScript

global.requestAnimationFrame = callback => {
setTimeout(callback, 0)
}