Skip to content

Commit

Permalink
Make test output prettier and easier to use
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 24, 2014
1 parent bacaa84 commit 6b2aaa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference-implementation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Reference implementation and tests for the WHATWG Streams Standard",
"scripts": {
"test": "node traceur-runner.js test/*.js test/experimental/*.js",
"test": "node traceur-runner.js test/*.js test/experimental/*.js | tap-spec",
"bench": "node traceur-runner.js bench/recording-runner.js && node traceur-runner.js bench/recording-differ.js"
},
"repository": "whatwg/streams",
Expand All @@ -24,6 +24,7 @@
"mkdirp": "^0.5.0",
"ms": "^0.6.2",
"sandwich": "^0.1.1",
"tap-spec": "^2.1.0",
"tape": "^2.13.2",
"text-table": "^0.2.0",
"traceur": "0.0.72",
Expand Down

0 comments on commit 6b2aaa7

Please sign in to comment.