Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(ReactNativeExample): use jest instead of jest-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Dec 19, 2017
1 parent fe1c06e commit e53cbf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
"test": "jest"
},
"jest": {
"preset": "jest-expo",
Expand Down

0 comments on commit e53cbf7

Please sign in to comment.