jquery-ui/tests/runner/flags/suites.js
Michał Gołębiowski-Owczarek 9887579b61
All: Stop relying on jquery-patch.js internally, add tests
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
2024-05-15 00:38:40 +02:00

28 lines
366 B
JavaScript

export const suites = [
"accordion",
"autocomplete",
"button",
"checkboxradio",
"controlgroup",
"core",
"datepicker",
"dialog",
"draggable",
"droppable",
"effects",
"form-reset-mixin",
"jquery-patch",
"menu",
"position",
"progressbar",
"resizable",
"selectable",
"selectmenu",
"slider",
"sortable",
"spinner",
"tabs",
"tooltip",
"widget"
];