Skip to content

Instantly share code, notes, and snippets.

@hanipcode
Created November 13, 2017 05:30
Show Gist options
  • Select an option

  • Save hanipcode/a40eda6d66acb38ebc789b4b930ea0bc to your computer and use it in GitHub Desktop.

Select an option

Save hanipcode/a40eda6d66acb38ebc789b4b930ea0bc to your computer and use it in GitHub Desktop.
//rest of package.json
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"spec":
"jest --testPathPattern helpers.spec.js --testPathIgnorePatterns node_modules"
},
//rest of package.json
"jest": {
"preset": "react-native",
"collectCoverage": true,
"testPathIgnorePatterns": ["/node_modules/", "spec"]
}
//rest of package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment