aboutsummaryrefslogtreecommitdiffstats
path: root/test/qunit
Commit message (Collapse)AuthorAgeFilesLines
* Update to QUnit 1.9.0Dave Methvin2012-07-121-0/+0
|
* Update QUnit to v1.8.0Jörn Zaefferer2012-06-141-0/+0
|
* Update QUnit so IE will pass unit tests.Dave Methvin2012-06-111-0/+0
| | | | Normally we'd want to stay with an official release, but we need 1604af735af117fff3ee7589c611c04f665ac169 so that QUnit will not yell about errors encountered bduring `globalEval`.
* Revert QUnit to a stable release (v1.6.0)timmywil2012-05-281-0/+0
|
* Update QUnittimmywil2012-05-281-0/+0
|
* Update to QUnit 1.6.0Dave Methvin2012-05-181-0/+0
|
* Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761Timo Tijhof2012-05-061-0/+0
| | | | - See also: https://github.com/jquery/qunit/blob/master/History.md
* Update qunit and sizzletimmywil2012-01-201-0/+0
|
* Revert QUnit. Recent start/stop changes cause problems with some start/stop ↵timmywil2011-09-261-0/+0
| | | | calls in effects and offset. Run git submodule update
* Update qunit.Dave Methvin2011-09-191-0/+0
|
* Update sizzle and QUnittimmywil2011-08-171-0/+0
|
* Re-updating QUnit, oops.John Resig2011-06-141-0/+0
|
* Tagging the 1.6.2rc1 release.1.6.2rc1John Resig2011-06-141-0/+0
|
* Update QUnit.timmywil2011-06-061-0/+0
|
* JR don't want my QUnit.timmywil2011-05-111-0/+0
|
* Adding in test case to support #9211.John Resig2011-05-111-0/+0
|
* Revert "Updating QUnit." This commit actually reverted QUnit.timmywil2011-05-101-0/+0
| | | | This reverts commit f9cccd05b66d7ae7a5e4010220a491e91201c35e.
* Updating QUnit.John Resig2011-05-101-0/+0
|
* Update QUnittimmywil2011-05-101-0/+0
|
* Update Sizzle and QUnittimmywil2011-04-211-0/+0
|
* Updating Sizzle and QUnit.jeresig2011-04-201-0/+0
|
* Update QUnit, fix visibility of #dl and pass JSLint in effects.jstimmywil2011-04-171-0/+0
|
* Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-0/+0
| | | | | | Instead of the manual clone of sizzle and qunit, use git submodules instead. this will ensure that all future releases can be recreated by checking out an tag.
* Switched from using Git Submodules to just doing a straight clone of the ↵jeresig2009-11-301-0/+0
| | | | QUnit and Sizzle directories. Works much better for what we want.
* Bringing Sizzle and QUnit up to date.jeresig2009-11-301-0/+0
|
* Re-adding the QUnit submodule file.John Resig2009-11-171-0/+0
|
* Hide the .settings file in the gitignore.John Resig2009-11-151-0/+0
|
* Add QUnit as a submodule.Damian Janowski2009-11-121-0/+0
|
* Remove symlink to John Resig's filesystem.Damian Janowski2009-11-121-1/+0
|
* A typechange for test/qunit.John Resig2009-11-071-0/+1
|
* Pull in QUnit using a submodule. In order to build jQuery (and run the ↵John Resig2009-10-221-0/+0
tests) you'll need to do 'git submodule init' and 'git submodule update' after checkout.