Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created January 4, 2019 02:44
Show Gist options
  • Select an option

  • Save CodingItWrong/7df2874e3df6578541d4e6faeb38a73d to your computer and use it in GitHub Desktop.

Select an option

Save CodingItWrong/7df2874e3df6578541d4e6faeb38a73d to your computer and use it in GitHub Desktop.
"android": "expo start --android",
"ios": "expo start --ios",
+ "test": "node_modules/.bin/jest test/**/*.spec.js",
"eject": "expo eject"
},
...
"jest-expo": "^31.0.0"
},
+ "jest": {
+ "preset": "jest-expo"
+ },
"private": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment