From 0603a966a2b2bdfac1996bc6494731387b77d1d6 Mon Sep 17 00:00:00 2001 From: Matthew Crumley Date: Wed, 5 Apr 2017 10:57:06 -0400 Subject: [PATCH] Add beNaN function --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = [