aboutsummaryrefslogtreecommitdiffstats
path: root/external/qunit-composite
Commit message (Collapse)AuthorAgeFilesLines
* Build: Fork vendors to remove QUnit deprecated API usageMichał Gołębiowski-Owczarek2023-05-103-311/+0
| | | | | | | | | | | | Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` * move `qunit-composite` to `tests/lib` so that we can modify it * move `qunit-assert-classes` to `tests/lib` so that we can modify it * move `qunit-assert-close` to `tests/lib` so that we can modify it * replace `assert.push` with `assert.pushResult` * remove usage of `QUnit.extend` Closes gh-2157
* Build: Update dependencies, including QUnit 1 -> 2Michał Gołębiowski-Owczarek2023-05-102-17/+84
| | | | | | Also, fix htmllint lang exclusion patterns. Ref gh-2157
* Build: Upgrade to qunit-composite 1.1.0Scott González2015-04-091-3/+14
| | | | | Ref #10119 Closes gh-1528
* Tests: Switch to the new qunit-composite moduleScott González2015-04-073-0/+233
This module was created from our existing implementation. Closes gh-1532