dynamic/silverstripe-locator-frontend-react

View on GitHub
client/src/tests/shim.js

Summary

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