Skip to content

Commit

Permalink
Add coverage arg to jest
Browse files Browse the repository at this point in the history
  • Loading branch information
thormengkheang committed Mar 15, 2018
1 parent 4a6adb0 commit f4719c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A small library for syncing elastic search with mysql using Zong Ji",
"main": "index.js",
"scripts": {
"test": "jest",
"test": "jest --coverage",
"lint": "eslint ."
},
"keywords": [],
Expand Down

0 comments on commit f4719c5

Please sign in to comment.