summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index c66d74c..76be34a 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -21,6 +21,9 @@
"node": true,
"globals": {
"self": true,
- "define": true
+ "define": true,
+ "describe": true,
+ "context": true,
+ "it": true
}
}