aboutsummaryrefslogtreecommitdiffstats
path: root/test/.jshintrc
Commit message (Collapse)AuthorAgeFilesLines
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-1/+1
|
* Effects: Integrate sinon fake timers into tests. Close gh-1377.John Paul2013-11-241-0/+1
|
* No ticket: Fix subproject iframe testsRichard Gibson2013-10-111-0/+1
|
* Convert testrunner to an AMD module and ensure jQuery is on the page when ↵Timmy Willison2013-09-061-0/+1
| | | | executing the testrunner (another race condition amplified by swarm)
* No ticket: Hide the testing-support jQuery from testsRichard Gibson2013-09-031-0/+2
|
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-0/+1
|
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵Michał Gołębiowski2013-07-111-23/+24
| | | | Close gh-1283.
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-3/+8
| | | | in tests. Fixes #13755.
* Changed .jshintrc predef lists to globals objects.Steven Benner2013-03-251-37/+37
|
* Make compatible with jshint, lint test/data. Close gh-1043.Timo Tijhof2012-12-061-59/+53
|
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-5/+1
| | | | | | 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." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Revert "Fixes spacing"jaubourg2012-12-051-4/+4
| | | | This reverts commit 2a419a7e8f339b24121e12be891b908dff2be76f.
* Fixes spacingjaubourg2012-12-041-4/+4
|
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-1/+5
| | | | 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.
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-021-1/+0
|
* Total revamping of the ajax unit testsjaubourg2012-11-261-0/+2
|
* Remove trailing comma to fix test lint.Dave Methvin2012-11-011-1/+1
|
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-1/+2
|
* Fix #12048. Set attributes for XML fragments. Close gh-965.Sai Wong2012-10-201-0/+1
|
* Clean up jshintrc configs. Close gh-983.Mike Sherov2012-10-161-8/+8
|
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+2
|
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-1/+2
| | | | | | Conflicts: test/unit/effects.js test/unit/offset.js
* Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵Rick Waldron2012-06-251-0/+56
loading method