aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/testsuite.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-091-2/+2
* Tests: Update `domEqual()` to work with jQuery gitScott González2015-03-251-2/+2
* Tests: Use jquery-git1 instead of jquery-gitScott González2015-03-111-1/+1
* Build: Upgrade to jQuery 1.11.2Scott González2015-02-231-3/+8
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-3/+3
* Tests: Fix jQuery version references to match files in external/Jörn Zaefferer2015-01-121-1/+1
* Tests: CleanupScott González2014-09-031-17/+23
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-2/+4
* Build: Reorganize external directoryScott González2014-06-241-1/+1
* Tests: Expose jQuery version selectJörn Zaefferer2014-03-041-0/+11
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-2/+2
* Tests: Fix grammar error in commentAndrei Picus2014-01-081-1/+1
* Tests: Skip JSHint in browsers that don't support Function.prototype.bind() t...Scott González2013-11-221-1/+3
* Tests: extract TestHelpers.forceScrollableWindow for tests that need the wind...Mike Sherov2013-10-191-0/+7
* Build: Remove the build task and it's dependencies. Will bring back testing a...Jörn Zaefferer2013-09-201-0/+4
* Tests: Fixed accidental use of comma instead of semicolon.Scott González2013-08-211-1/+1
* Draggable: active element blurs when clicking on a draggable. Fixes #4261 - D...Steven Luscher2013-06-191-0/+12
* Tests: Handle globals in .jshintrc.Scott González2013-03-271-10/+16
* Whitespace.Scott González2013-01-161-3/+3
* Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dia...Scott González2012-12-041-4/+3
* Revert "Dialog: Cleanup style properties on _destroy. Reenables style check i...Scott González2012-12-041-2/+30
* Dialog: Cleanup style properties on _destroy. Reenables style check in domEqu...Jörn Zaefferer2012-12-041-30/+2
* Tests: Commented out getElementStyles() while its not used.Scott González2012-11-131-2/+2
* Tests: Temporarily remove style checks in domEqual().Scott González2012-11-131-1/+2
* Tests: Allow async domEqual() tests.Scott González2012-11-121-3/+14
* Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r...Mike Sherov2012-11-091-0/+8
* Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ...Scott González2012-11-091-0/+28
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-2/+2
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-221-2/+6
* Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ...Jörn Zaefferer2012-08-301-1/+12
* Tests: Removed completed TODO.Scott González2012-08-261-1/+0
* Update to QUnit 1.9.0 and use new urlConfig for custom checkboxesJörn Zaefferer2012-07-111-2/+12
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+10
* Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e...Scott González2012-06-151-2/+2
* Tests: Check .data() and event bindings in domEqual().Scott González2012-06-091-0/+3
* Tests: Differentiate between attributes and properties in domEqual().Scott González2012-05-291-4/+11
* Tests: Convert children to an array in domEqual().Scott González2012-05-251-1/+1
* Tests: Added several more property checks to domEqual().Scott González2012-05-251-15/+39
* Tests: LintingCorey Frang2012-04-301-1/+1
* Tests: Run JSHint.Scott González2012-04-291-4/+9
* Tests: Check for null error objects when reporting JSHint errors.Scott González2012-04-241-0/+5
* Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability.Scott González2012-04-231-0/+2
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-9/+30
* Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ...Scott González2012-04-231-2/+37
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-0/+2
* Tests: Lint.Scott González2012-04-181-8/+10
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-4/+4
* .attr() -> .prop()Scott González2011-06-081-1/+1