Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Effects: Integrate sinon fake timers into tests. Close gh-1377. | John Paul | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | No ticket: Fix subproject iframe tests | Richard Gibson | 2013-10-11 | 1 | -0/+1 |
| | |||||
* | Convert testrunner to an AMD module and ensure jQuery is on the page when ↵ | Timmy Willison | 2013-09-06 | 1 | -0/+1 |
| | | | | executing the testrunner (another race condition amplified by swarm) | ||||
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -0/+2 |
| | |||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -0/+1 |
| | |||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -23/+24 |
| | | | | Close gh-1283. | ||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -3/+8 |
| | | | | in tests. Fixes #13755. | ||||
* | Changed .jshintrc predef lists to globals objects. | Steven Benner | 2013-03-25 | 1 | -37/+37 |
| | |||||
* | Make compatible with jshint, lint test/data. Close gh-1043. | Timo Tijhof | 2012-12-06 | 1 | -59/+53 |
| | |||||
* | Revert "Organizes the php scripts used for testing better, so that the whole ↵ | jaubourg | 2012-12-05 | 1 | -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" | jaubourg | 2012-12-05 | 1 | -4/+4 |
| | | | | This reverts commit 2a419a7e8f339b24121e12be891b908dff2be76f. | ||||
* | Fixes spacing | jaubourg | 2012-12-04 | 1 | -4/+4 |
| | |||||
* | Organizes the php scripts used for testing better, so that the whole logic ↵ | jaubourg | 2012-12-04 | 1 | -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 tracking | Richard Gibson | 2012-12-02 | 1 | -1/+0 |
| | |||||
* | Total revamping of the ajax unit tests | jaubourg | 2012-11-26 | 1 | -0/+2 |
| | |||||
* | Remove trailing comma to fix test lint. | Dave Methvin | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -1/+2 |
| | |||||
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -0/+1 |
| | |||||
* | Clean up jshintrc configs. Close gh-983. | Mike Sherov | 2012-10-16 | 1 | -8/+8 |
| | |||||
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+2 |
| | |||||
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -1/+2 |
| | | | | | | Conflicts: test/unit/effects.js test/unit/offset.js | ||||
* | Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+56 |
loading method |