Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 9, 2013
1 parent a51e872 commit a3d85bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions example/throw.js
@@ -0,0 +1,10 @@
var falafel = require('falafel');
var test = require('../');

test('throw', function (t) {
t.plan(2);

setTimeout(function () {
throw new Error('doom');
}, 100);
});
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "tape",
"version" : "1.0.3",
"version" : "1.0.4",
"description" : "tap-producing test harness for node and browsers",
"main" : "index.js",
"bin" : "./bin/tape",
Expand Down

0 comments on commit a3d85bb

Please sign in to comment.