aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/wrap.js
Commit message (Collapse)AuthorAgeFilesLines
* Wrap: correct tests lengthOleg Gaidarenko2015-12-221-22/+66
|
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-12-221-116/+26
| | | | This reverts commit e38138af6ac3fa850a092adf09366a68850189a8.
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-12-221-100/+0
| | | | This reverts commit 3dcee021603d5c25cd429cb25c2de5046044ca4c.
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-124/+171
| | | | | | | | | | | | | 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 Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-182/+346
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-4/+12
| | | | Ref aabe94edb4880c75eeebc5b5b5d66a9ad17008fe
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-301-0/+25
| | | | | | Fixes gh-1744 Closes gh-2003 (cherry picked from commit 7b09235ceed57bbcc26fc2c76147eb4e95ebdb92)
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-0/+60
| | | | Ref 359b03cac74d7336676a6992f14b7ccab9b28659
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-2/+1
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-26/+62
| | | | | Closes gh-1470 Ref #1457
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-0/+265
move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup