aboutsummaryrefslogtreecommitdiffstats
path: root/test/.jshintrc
diff options
context:
space:
mode:
authorTimmy Willison <timmywillisn@gmail.com>2013-09-06 17:11:04 -0400
committerTimmy Willison <timmywillisn@gmail.com>2013-09-06 17:11:32 -0400
commit5093b89f08aa4565d1987666d998d16e2e3b6f4a (patch)
tree20f0eb6cf978155141e1aea1a8de37ce9be6eaf8 /test/.jshintrc
parent4ca5a0c6913ce7e56654b7a795d17a1cc644a115 (diff)
downloadjquery-5093b89f08aa4565d1987666d998d16e2e3b6f4a.tar.gz
jquery-5093b89f08aa4565d1987666d998d16e2e3b6f4a.zip
Convert testrunner to an AMD module and ensure jQuery is on the page when executing the testrunner (another race condition amplified by swarm)
Diffstat (limited to 'test/.jshintrc')
-rw-r--r--test/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc
index 34f8a5b2d..b702f6fa5 100644
--- a/test/.jshintrc
+++ b/test/.jshintrc
@@ -22,6 +22,7 @@
"globals": {
"require": false,
+ "define": false,
"DOMParser": false,
"QUnit": false,
"ok": false,