Created
September 12, 2018 22:12
-
-
Save luzeduardo/0bb0fc35076db9dc60e1534b6bafee24 to your computer and use it in GitHub Desktop.
Jest coverage conf
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
"scripts": { | |
"lint": "eslint src/**", | |
"test": "jest src", | |
"coverage": "jest --collectCoverageFrom=src/**.js --collectCoverageFrom=!src/index.js --coverage src" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment