diff --git a/jest.config.js b/jest.config.js index 8eb675e9..890ca1b6 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,3 +1,5 @@ +// https://docs.swmansion.com/react-native-gesture-handler/docs/guides/testing module.exports = { preset: 'react-native', + setupFiles: ["./node_modules/react-native-gesture-handler/jestSetup.js"] };