aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/wrap.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-11-131-51/+0
| | | | This reverts commit 359b03cac74d7336676a6992f14b7ccab9b28659.
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-11-131-43/+1
| | | | This reverts commit 7b09235ceed57bbcc26fc2c76147eb4e95ebdb92.
* 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