aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runner/flags/suites.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Stop relying on jquery-patch.js internally, add testsMichał Gołębiowski-Owczarek2024-05-151-0/+1
| | | | | | | | | | | | Avoid relying on jQuery patches. Instead: * use `CSS.escape` instead of `jQuery.escapeSelector` * use `.filter()` with a proper handler instead of `.even()` Keep `jquery-patch.js` for backwards compatibility, though. Also, add tests for jquery-patch. Ref gh-2249
* Tests: align test runner with other reposTimmy Willison2024-04-091-0/+26
Close gh-2234