Skip to content

Commit

Permalink
add test coverage npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Oct 25, 2019
1 parent eebb378 commit dcb461d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "An lib to calculate Body Mass Index (BMI)",
"main": "index.js",
"scripts": {
"test": "jest"
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dcb461d

Please sign in to comment.