Skip to content

Commit

Permalink
Show output on pass for the node test runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Jan 23, 2010
1 parent 2e74cdd commit 96dae6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Expand Up @@ -22,6 +22,7 @@ posix.readdir('.').addCallback(function (files) {
var js_opt = Haml.optimize(js);
var actual = Haml.execute(js_opt, scope.context, scope.locals);
assert.equal(actual, expected);
puts(haml_file + " Passed")
} catch (e) {
var message = e.name;
if (e.message) message += ": " + e.message;
Expand Down

0 comments on commit 96dae6e

Please sign in to comment.