From 4af5caed7a16cc0aca6b8f2b65ab0d697df139eb Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Tue, 9 Apr 2024 13:31:27 -0400 Subject: Tests: align test runner with other repos Close gh-2234 --- tests/runner/flags/suites.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/runner/flags/suites.js (limited to 'tests/runner/flags/suites.js') 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" +]; -- cgit v1.2.3