jshint adds mocha globals

This commit is contained in:
Raul Ochoa
2015-03-30 12:31:44 +02:00
parent 000a248ab4
commit ada616ee6a

View File

@@ -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,