Skip to content

Commit 4632e1c

Browse files
author
Adam Miskiewicz
committed
Fix path to Jest in NavigationPlayground
1 parent 44dac9b commit 4632e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/NavigationPlayground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eject": "react-native-scripts eject",
1414
"android": "react-native-scripts android",
1515
"ios": "react-native-scripts ios",
16-
"test": "jest"
16+
"test": "node node_modules/jest/bin/jest.js"
1717
},
1818
"dependencies": {
1919
"expo": "^16.0.0",

0 commit comments

Comments
 (0)