We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf54fd1 commit 7541e01Copy full SHA for 7541e01
packages/core/jest-setup.js
@@ -1,6 +1,5 @@
1
import "@shopify/flash-list/jestSetup";
2
-import { setUpTests as setupReaanimatedTests } from "react-native-reanimated/src/reanimated2/jestUtils";
3
-setupReaanimatedTests();
+require("react-native-reanimated").setUpTests();
4
5
// Fixes reanimated jest bug: https://github.com/software-mansion/react-native-reanimated/issues/3125
6
global.ReanimatedDataMock = {
0 commit comments