valid jshint config with globals for tests only

This commit is contained in:
Denis Wolf
2013-10-28 02:09:09 +02:00
parent 252187f1fe
commit babe9b6f54

9
tests/.jshintrc Normal file
View File

@@ -0,0 +1,9 @@
{
"strict" : false, // true: Requires all functions run in ES5 Strict Mode
// Custom Globals
"globals" : {
"it": false,
"describe": false
}
}