Skip to content

Commit

Permalink
Cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
geek committed Nov 21, 2014
1 parent 0187b7b commit 47e3fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli_throws/throws.js
Expand Up @@ -24,8 +24,8 @@ describe('Test CLI throws', function () {
});

it('handles thrown error', function (done) {
done();
//throw new Error('throwing it');

done();
});
});

0 comments on commit 47e3fa7

Please sign in to comment.