summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 05:36:41 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 05:36:41 +0200
commit83226fc3cb2baac6eaceee980ce6e241647ff1aa (patch)
tree662624b38922748732168eb0b07d764930f160eb /js/.jshintrc
parent1ab7ba56d852c6a2c082b92c004444b5fd88bc8c (diff)
add first protractor test
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 7d424890d..611743709 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -5,6 +5,14 @@
"$": true,
"angular": true,
"OC": true,
- "app": true
+ "app": true,
+ "protractor": true,
+ "describe": true,
+ "beforeEach": true,
+ "module": true,
+ "browser": true,
+ "expect": true,
+ "By": true,
+ "it": true
}
} \ No newline at end of file