Skip to content

Commit

Permalink
faucet added for the pretty test output
Browse files Browse the repository at this point in the history
  • Loading branch information
sullenor committed May 6, 2016
1 parent 83da913 commit 6dad1b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"cleanup": "git reset --hard",
"prepublish": "in-publish && npm run -s build || in-install",
"lint": "eslint *.js",
"test": "tape -r babel-register test.js",
"test:raw": "tape test.js"
"test": "tape -r babel-register test.js | faucet",
"test:raw": "tape test.js | faucet"
},
"repository": {
"type": "git",
Expand All @@ -32,6 +32,7 @@
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint": "^2.9.0",
"faucet": "0.0.1",
"in-publish": "^2.0.0",
"tape": "^4.5.1"
},
Expand Down

0 comments on commit 6dad1b8

Please sign in to comment.