Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Fork vendors to remove QUnit deprecated API usage | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -169/+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 to qunit-assert-classes to V 1.0.2 | Alexander Schmitz | 2015-05-01 | 1 | -18/+140 |
| | | | | Closes gh-1547 | ||||
* | Build: Add qunit-assert-classes plug-in for classes tests | Alexander Schmitz | 2015-03-11 | 1 | -0/+47 |