Skip to content

Commit

Permalink
updated: restore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jul 22, 2021
1 parent 76232a9 commit 6d6ff19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -14,6 +14,8 @@
"lint": "eslint index.next.js test/**/*.js rollup.config.js",
"build": "rollup -c",
"pretest": "npm run build",
"cov": "nyc report --reporter=lcov",
"cov-html": "nyc report --reporter=html",
"test": "npm run lint && nyc mocha -r esm -r test/setup.js test/index.js",
"prepublishOnly": "npm test"
},
Expand Down

0 comments on commit 6d6ff19

Please sign in to comment.