From bc0de90bfac201fd0812045165a161a3ff1c0822 Mon Sep 17 00:00:00 2001 From: zinyando Date: Mon, 4 Jul 2016 11:19:19 +0200 Subject: [PATCH] Add authenticateUser to tests jshint --- app/tests/.jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/tests/.jshintrc b/app/tests/.jshintrc index ce9a4986..6be92267 100644 --- a/app/tests/.jshintrc +++ b/app/tests/.jshintrc @@ -31,7 +31,8 @@ "waitToAppear", "waitToAppear", "stubUserNotification", - "is" + "is", + "authenticateUser" ], "node": false, "browser": false,