Browse Source

Exclude test coverage from regular test runs

mbroad/issue-3321
MacLeod Broad 6 years ago
parent
commit
39c0f1408b
No known key found for this signature in database GPG Key ID: F1B295D13C3CC9CF
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -26,7 +26,7 @@
],
"main": "./dist/vis.js",
"scripts": {
"test": "nyc mocha --compilers js:babel-core/register",
"test": "mocha --compilers js:babel-core/register",
"test-cov": "nyc --reporter=lcov mocha --compilers js:babel-core/register",
"build": "gulp",
"lint": "gulp lint",

Loading…
Cancel
Save