From 83226fc3cb2baac6eaceee980ce6e241647ff1aa Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 15 May 2014 05:36:41 +0200 Subject: add first protractor test --- js/.jshintrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'js/.jshintrc') 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 -- cgit v1.2.3