diff --git a/.jshintrc b/.jshintrc index e8d605fc..4aedb3cf 100644 --- a/.jshintrc +++ b/.jshintrc @@ -84,6 +84,10 @@ // Custom Globals "globals" : { // additional predefined global variables + "describe": true, + "before": true, + "after": true, + "it": true, "suite": true, "suiteSetup": true, "test": true,