test: Track code coverage
Showing
... | @@ -21,6 +21,11 @@ | ... | @@ -21,6 +21,11 @@ |
"path": "cz-conventional-changelog" | "path": "cz-conventional-changelog" | ||
} | } | ||
}, | }, | ||
"jest": { | |||
"collectCoverageFrom": [ | |||
"src/**/*.js" | |||
] | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"classnames": "^2.2.5" | "classnames": "^2.2.5" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment