Skip to content

Commit

Permalink
handle NaN properly in assertions
Browse files Browse the repository at this point in the history
Fixes: chaijs#498
  • Loading branch information
thefourtheye authored and lucasfcosta committed Mar 14, 2016
1 parent 7e3db5c commit 549b493
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/chai/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ exports.addChainableMethod = require('./addChainableMethod');
*/

exports.overwriteChainableMethod = require('./overwriteChainableMethod');

/*!
* isNaN method
*/

exports.isNaN = require('./isNaN');

0 comments on commit 549b493

Please sign in to comment.