Skip to content

Commit

Permalink
fix(tests): remove top level useFakeTimers call (#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmurphy authored Feb 21, 2024
1 parent b26b6db commit 2402a5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup-jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
delete global.MessageChannel;
import { NativeModules } from 'react-native';

jest.useFakeTimers('legacy');

function keyMirror(keys) {
const obj = {};
keys.forEach((key) => (obj[key] = key));
Expand Down

0 comments on commit 2402a5a

Please sign in to comment.