aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/.jshintrc5
-rw-r--r--js/tests/unit/phantom.js1
2 files changed, 5 insertions, 1 deletions
diff --git a/js/tests/unit/.jshintrc b/js/tests/unit/.jshintrc
new file mode 100644
index 000000000..682a49af1
--- /dev/null
+++ b/js/tests/unit/.jshintrc
@@ -0,0 +1,5 @@
+{
+ "extends" : "../../.jshintrc",
+ "devel" : true,
+ "qunit" : true
+}
diff --git a/js/tests/unit/phantom.js b/js/tests/unit/phantom.js
index cd184c2f4..b5f0c67a6 100644
--- a/js/tests/unit/phantom.js
+++ b/js/tests/unit/phantom.js
@@ -6,7 +6,6 @@
* Licensed under the MIT license.
*/
-/*global QUnit:true, alert:true*/
(function () {
'use strict';