Skip to content

Commit

Permalink
Re #25 Return results from test asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 6, 2011
1 parent ef4cea4 commit 756a224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tap-test.js
Expand Up @@ -85,6 +85,7 @@ function assertParasite (fn) { return function _testAssert () {
if (this._bailedOut) return
var res = fn.apply(assert, arguments)
this.result(res)
return res
}}

// a few tweaks on the EE emit function, because
Expand Down

0 comments on commit 756a224

Please sign in to comment.