Skip to content

Commit 53ff001

Browse files
committed
Fix tests - mock reanimaetd and gesture-handler
1 parent 7927b56 commit 53ff001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest-setup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ jest.spyOn(AccessibilityInfo, 'isScreenReaderEnabled').mockImplementation(() =>
66
// mock native modules
77
jest.mock('@react-native-community/blur', () => {});
88
jest.mock('@react-native-community/netinfo', () => {});
9+
jest.mock('react-native-reanimated', () => ({}));
10+
jest.mock('react-native-gesture-handler', () => {});

0 commit comments

Comments
 (0)