Fix path to Jest in NavigationPlayground

This commit is contained in:
Adam Miskiewicz
2017-05-15 19:08:16 -07:00
parent d1cfeec78f
commit 021bf0e757

View File

@@ -13,7 +13,7 @@
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest"
"test": "node node_modules/jest/bin/jest.js"
},
"dependencies": {
"expo": "^16.0.0",