aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/wrap.js
Commit message (Collapse)AuthorAgeFilesLines
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-1/+1
| | | | | | | | This commits backports some changes done in the patch to the then-existing compat branch that removed support for old browsers and added some support comments. Refs 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-186/+365
| | | | Fixes gh-2056
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-112/+112
| | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Fixes gh-2540
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-2/+6
| | | | Closes gh-2507
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-301-0/+25
| | | | | Fixes gh-1744 Closes gh-2003
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-0/+30
| | | | | Fixes gh-1843 Closes gh-1912
* Tests: remove all the empty line whitespaceRick Waldron2014-02-111-4/+4
|
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-231-26/+60
| | | | | Fix #14040 Close gh-1457
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-111-1/+0
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-14/+14
| | | | in tests. Fixes #13755.
* Separate test/unit/wrap.js; make tests not fail when wrap module excludedMichał Gołębiowski2013-04-091-0/+265