Skip to content

Commit

Permalink
Fix setImmediate being undefined in jest
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed May 8, 2023
1 parent 644b850 commit 5d82281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest/setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'setimmediate';
import 'react-native-gesture-handler/jestSetup';
import * as reanimatedJestUtils from 'react-native-reanimated/src/reanimated2/jestUtils';
import setupMockImages from './setupMockImages';
Expand Down

0 comments on commit 5d82281

Please sign in to comment.