blob: 9a69ec0f3c600339de56fd33d627c2eac51e9a46 [file] [log] [blame]
var falafel = require('falafel');
var test = require('../');
test('throw', function (t) {
t.plan(2);
setTimeout(function () {
throw new Error('doom');
}, 100);
});