Browse Source

Use tap-dot when running tests

pull/345/head
Julian Simioni 9 years ago
parent
commit
098c3c74ab
  1. 2
      package.json

2
package.json

@ -9,7 +9,7 @@
"scripts": {
"start": "node index.js",
"test": "npm run unit",
"unit": "node test/unit/run.js | tap-spec",
"unit": "node test/unit/run.js | tap-dot",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js",
"audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;",

Loading…
Cancel
Save