Skip to content

Commit

Permalink
(test) add an empty batch to make sure it works
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 27, 2010
1 parent 92aafed commit d1b71d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vows-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ vows.describe("Vows").addBatch({
"A 3rd batch": {
topic: true, "should run last": function () {}
}
}).export(module);
}).addBatch({}).export(module);

0 comments on commit d1b71d8

Please sign in to comment.