Skip to content

Commit

Permalink
remove unused supression
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 1, 2019
1 parent b52b1ea commit 8742aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jest-runtime/src/index.js
Expand Up @@ -967,7 +967,6 @@ class Runtime {
return jestObject;
};
const useRealTimers = () => {
// $FlowFixMe
_getFakeTimers().useRealTimers();
return jestObject;
};
Expand Down

0 comments on commit 8742aaa

Please sign in to comment.