summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 12:26:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 12:26:42 +0200
commitd6625bc44524500e11c9072c6ba294112cd52d43 (patch)
treecd1e93b6b21434d6aba7725821d811d312d687f7 /js/.jshintrc
parent866f17fe43f841691a8858d671962d623369d3b3 (diff)
fix protractor tests
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 611743709..e84a806d5 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -13,6 +13,7 @@
"browser": true,
"expect": true,
"By": true,
- "it": true
+ "it": true,
+ "inject": true
}
} \ No newline at end of file