From 68a307c5479beb02a1faf3492cab115d1e957aa5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 20 Dec 2012 09:49:18 -0500 Subject: [PATCH] Build: Added notStrictEqual to the globals list for unit tests. --- tests/.jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.jshintrc b/tests/.jshintrc index 59ae11530..44e23699f 100644 --- a/tests/.jshintrc +++ b/tests/.jshintrc @@ -22,6 +22,7 @@ "Globalize", "module", "notEqual", + "notStrictEqual", "ok", "QUnit", "start", -- 2.39.5