From ada616ee6a3c928e17fab03e32bc4fe0de4febf6 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 30 Mar 2015 12:31:44 +0200 Subject: [PATCH] jshint adds mocha globals --- .jshintrc | 4 ++++ 1 file changed, 4 insertions(+) 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,