Skip to content

Commit

Permalink
Revert Jest configuration addition in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arenault-pass committed Feb 24, 2024
1 parent 34786fc commit 0c15b8e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4",
"tailwindcss": "3.3.2"
},
"jest": {
"preset": "jest-expo",
"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|react-native-svg)"
]
}

"private": true
}
"private": true
}

0 comments on commit 0c15b8e

Please sign in to comment.