Skip to content

Commit

Permalink
TESTING [no merge] - workaround for jestjs/jest#10221
Browse files Browse the repository at this point in the history
Unless otherwise noted, this commit will be unnecessary when
jacebook/jest#10221 is resolved.
  • Loading branch information
chrisbobbe committed Jul 14, 2020
1 parent 86cad7d commit afd25dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest/setup.js
Expand Up @@ -17,7 +17,6 @@ jest.requireActual('../Libraries/polyfills/error-guard');

global.__DEV__ = true;

global.Promise = jest.requireActual('promise');
global.regeneratorRuntime = jest.requireActual('regenerator-runtime/runtime');

global.requestAnimationFrame = function(callback) {
Expand Down

0 comments on commit afd25dd

Please sign in to comment.