Skip to content

Commit

Permalink
Merge pull request #546 from Pklong/patch-1
Browse files Browse the repository at this point in the history
Update assertions.js
  • Loading branch information
keithamus committed Nov 2, 2015
2 parents b8d2203 + d6d4f7d commit 882c9cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chai/core/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,6 @@ module.exports = function (chai, _) {
* expect(fn).to.not.throw('good function');
* expect(fn).to.throw(ReferenceError, /bad function/);
* expect(fn).to.throw(err);
* expect(fn).to.not.throw(new RangeError('Out of range.'));
*
* Please note that when a throw expectation is negated, it will check each
* parameter independently, starting with error constructor type. The appropriate way
Expand Down

0 comments on commit 882c9cc

Please sign in to comment.