Skip to content

Commit

Permalink
Convert test suite to tap
Browse files Browse the repository at this point in the history
One test is changed to expect an error event, rather than throwing. I am
not sure why this behavior changes under tap, but I expect it is
something to do with domains.
  • Loading branch information
aredridel committed Sep 27, 2015
1 parent 8712f26 commit 6838456
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 359 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A stream you can pull data from.",
"main": "pullstream.js",
"scripts": {
"test": "nodeunit test"
"test": "tap test"
},
"license": "MIT",
"bugs": {
Expand All @@ -19,9 +19,9 @@
"pull"
],
"devDependencies": {
"nodeunit": ">= 0.9.0 < 1",
"stream-buffers": ">= 0.2.6 < 1",
"async": ">= 0.9.0 <"
"async": ">= 0.9.0 <",
"tap": "^1.4.1"
},
"dependencies": {
"over": ">= 0.0.5 < 1",
Expand Down
Loading

0 comments on commit 6838456

Please sign in to comment.