Browse Source

use standard.env.mocha instead of a list of globals

Zeke Sikelianos 9 years ago
parent
commit
0fd0887407
1 changed files with 3 additions and 6 deletions
  1. 3 6
      package.json

+ 3 - 6
package.json

@@ -14,14 +14,11 @@
     "ignore": [
       "/vendor"
     ],
+    "env": {
+      "mocha": true
+    },
     "globals": [
       "$",
-      "after",
-      "afterEach",
-      "before",
-      "beforeEach",
-      "describe",
-      "it",
       "location"
     ]
   },