diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-04-09 13:31:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 13:31:27 -0400 |
commit | 4af5caed7a16cc0aca6b8f2b65ab0d697df139eb (patch) | |
tree | 6986a82205fa38ac5139cacb1b3fb22200c9a089 /tests/runner/flags/suites.js | |
parent | 213fdbaa285158a21546b3edcb912275fed4a334 (diff) | |
download | jquery-ui-4af5caed7a16cc0aca6b8f2b65ab0d697df139eb.tar.gz jquery-ui-4af5caed7a16cc0aca6b8f2b65ab0d697df139eb.zip |
Tests: align test runner with other repos
Close gh-2234
Diffstat (limited to 'tests/runner/flags/suites.js')
-rw-r--r-- | tests/runner/flags/suites.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/runner/flags/suites.js b/tests/runner/flags/suites.js new file mode 100644 index 000000000..aa7732bf1 --- /dev/null +++ b/tests/runner/flags/suites.js @@ -0,0 +1,26 @@ +export const suites = [ + "accordion", + "autocomplete", + "button", + "checkboxradio", + "controlgroup", + "core", + "datepicker", + "dialog", + "draggable", + "droppable", + "effects", + "form-reset-mixin", + "menu", + "position", + "progressbar", + "resizable", + "selectable", + "selectmenu", + "slider", + "sortable", + "spinner", + "tabs", + "tooltip", + "widget" +]; |