diff --git a/index.js b/index.js index c0c41a0..d688f13 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,8 @@ module.exports = function chaiLint(chai, utils) { 'null', 'undefined', 'empty', - 'arguments' + 'arguments', + 'NaN' ]; var sinonMethods = [