Skip to content

Commit

Permalink
test:
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Apr 13, 2018
1 parent 8c16ed6 commit 4164b2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
],
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
"collectCoverage": true,
"collectCoverageFrom": [
"src/*",
"!src/cloneDeep.js"
]
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 4164b2b

Please sign in to comment.