Skip to content

Commit

Permalink
fix: adjust config path
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Oct 13, 2023
1 parent 37fcb4f commit 12316a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native-sdk/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const config: Config = {
preset: 'react-native',
setupFilesAfterEnv: [
'<rootDir>/jest-setup.ts',
'<rootDir>/node_modules/react-native-gesture-handler/jestSetup.js',
// this package is hoisted to the root package.json
'<rootDir>/../../node_modules/react-native-gesture-handler/jestSetup.js',
],
testPathIgnorePatterns: [
'<rootDir>/__tests__/mocks/',
Expand Down

0 comments on commit 12316a4

Please sign in to comment.