Skip to content

Commit

Permalink
Add coverage npm task
Browse files Browse the repository at this point in the history
  • Loading branch information
henvo committed Sep 19, 2021
1 parent c33968e commit ce9ebe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "babel ./src -d ./build",
"test": "mocha --require mock-local-storage --require @babel/register test/index.js",
"coverage": "nyc npm run test",
"lint": "eslint ./src",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit ce9ebe3

Please sign in to comment.