Skip to content

Commit

Permalink
Revert transformIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Dec 12, 2023
1 parent 9ba6bf6 commit 45176b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/components/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ module.exports = {
'../../node_modules/react-native-gesture-handler/jestSetup.js',
'./jest/testSetup.ts',
],
transformIgnorePatterns: [
'../../node_modules/(?!react-native|any-react-native-esm-package)',
'jest-runner',
],
transformIgnorePatterns: ['jest-runner', '/node_modules/(?!native-base)/'],
}

0 comments on commit 45176b7

Please sign in to comment.