Skip to content

Commit

Permalink
messing with mocha cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Mar 14, 2017
1 parent 6fc942d commit ce2f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers js:babel-core/register",
"cover": "./node_modules/.bin/babel-node ./node_modules/isparta/bin/isparta cover --report text --report lcov node_modules/mocha/bin/_mocha -- --reporter dot",
"cover": "./node_modules/.bin/babel-node ./node_modules/isparta/bin/isparta cover --report text --report lcov node_modules/mocha/bin/_mocha -- --reporter spec --slow 10000",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"export-schema": "node ./scripts/construct.js",
Expand Down

0 comments on commit ce2f871

Please sign in to comment.