Skip to content

Commit a4c66e6

Browse files
committed
test(jest, dependencies): babel-jest was needed but not explicitly included
it came in transitively but that was fragile and caused errors after other dependency updates, include it explicitly now
1 parent 41736a3 commit a4c66e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@types/react-native": "^0.63.48",
5050
"@typescript-eslint/eslint-plugin": "^4.15.0",
5151
"@typescript-eslint/parser": "^4.15.0",
52+
"babel-jest": "^26.6.3",
5253
"codecov": "^3.6.5",
5354
"conventional-changelog-cli": "^2.0.34",
5455
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)