Created
November 13, 2017 05:30
-
-
Save hanipcode/a40eda6d66acb38ebc789b4b930ea0bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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