Skip to content

Commit

Permalink
Merge pull request #235 from thornbill/fix-test-script
Browse files Browse the repository at this point in the history
Fix test script
  • Loading branch information
thornbill authored Mar 12, 2021
2 parents 37167ae + b36ccac commit 6bad0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint \".\"",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo",
Expand Down

0 comments on commit 6bad0d2

Please sign in to comment.