diff options
author | jaubourg <j@ubourg.net> | 2012-12-04 07:39:27 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-12-04 07:40:12 +0100 |
commit | 228ab3ddae527f72cc3122a1c6115d7718bcfd57 (patch) | |
tree | 258539e5faade401feb4d54578f02584195705b9 /test/.jshintrc | |
parent | 3ab26340dcdf001da4e93df2f187a8343615673c (diff) | |
download | jquery-228ab3ddae527f72cc3122a1c6115d7718bcfd57.tar.gz jquery-228ab3ddae527f72cc3122a1c6115d7718bcfd57.zip |
Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 2dd668c3f..43e9c722d 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -41,11 +41,15 @@ "ajaxTest": true, "testIframe": true, "testIframeWithCallback": true, + "createComplexHTML": true, "createDashboardXML": true, + "createWithFriesXML": true, "createXMLFragment": true, "moduleTeardown": true, + "testBar": true, "testFoo": true, - "url": true, + "url": true, + "service": true, "t": true, "q": true, "amdDefined": true, |