diff --git a/.jshintrc b/.jshintrc index bf28b2f..70f6b9b 100644 --- a/.jshintrc +++ b/.jshintrc @@ -32,5 +32,7 @@ // Custom Globals "globals": { + "describe": true, + "it": true } }