Skip to content

Commit

Permalink
Fix unit test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Nov 1, 2023
1 parent b2bafc7 commit c5a265d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
"json",
"node"
],
"transform": {
"\\.[jt]sx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|normalize-url|react-native-svg|@sentry/.*|sentry-expo|bcp-47-match)"
],
Expand Down

0 comments on commit c5a265d

Please sign in to comment.