Browse Source

removing colors from coverage test

post_vjs2
Levi Olson 6 years ago
parent
commit
a5e3a412f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -16,7 +16,7 @@
"start": "node app.js", "start": "node app.js",
"startdev": "./node_modules/.bin/nodemon app.js", "startdev": "./node_modules/.bin/nodemon app.js",
"test": "mocha --timeout 10000 --colors --exit", "test": "mocha --timeout 10000 --colors --exit",
"coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit"
"coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit"
}, },
"author": "Levi Olson <me@leviolson.com>", "author": "Levi Olson <me@leviolson.com>",
"license": "UNLICENSE" "license": "UNLICENSE"

Loading…
Cancel
Save