Files
callstack__react-native-tes…/examples/basic/jest-setup.js
T
2022-07-28 10:24:28 +02:00

8 lines
333 B
JavaScript

/* eslint-disable no-undef, import/no-extraneous-dependencies */
// Import Jest Native matchers
import '@testing-library/jest-native/extend-expect';
// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');