YagoLopez/metaphasejs-react-demo

View on GitHub
jest-config/test-shim.js

Summary

Maintainability
A
0 mins
Test Coverage
global.requestAnimationFrame = function(callback) {
  setTimeout(callback, 0);
};