mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Only test latest patch versions for jQuery Core in TestSwarm
Adds some missing tests to TestSwarm and `all.html`.
This commit is contained in:
parent
4d9779342e
commit
3b066697bc
@ -5,26 +5,29 @@ module.exports = function( grunt ) {
|
||||
var versions = {
|
||||
"git": "git",
|
||||
"3.0": "3.0.0",
|
||||
"2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
|
||||
"2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
|
||||
"2.0": "2.0.0 2.0.1 2.0.3",
|
||||
"1.12": "1.12.0 1.12.1 1.12.2 1.12.3 1.12.4",
|
||||
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
|
||||
"1.10": "1.10.0 1.10.2",
|
||||
"1.9": "1.9.0 1.9.1",
|
||||
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
|
||||
"1.7": "1.7.0 1.7.1 1.7.2"
|
||||
"2.2": "2.2.4",
|
||||
"2.1": "2.1.4",
|
||||
"2.0": "2.0.3",
|
||||
"1.12": "1.12.4",
|
||||
"1.11": "1.11.3",
|
||||
"1.10": "1.10.2",
|
||||
"1.9": "1.9.1",
|
||||
"1.8": "1.8.3",
|
||||
"1.7": "1.7.2"
|
||||
},
|
||||
tests = {
|
||||
"Accordion": "accordion/accordion.html",
|
||||
"Autocomplete": "autocomplete/autocomplete.html",
|
||||
"Button": "button/button.html",
|
||||
"Checkboxradio": "checkboxradio/checkboxradio.html",
|
||||
"Controlgroup": "controlgroup/controlgroup.html",
|
||||
"Core": "core/core.html",
|
||||
"Datepicker": "datepicker/datepicker.html",
|
||||
"Dialog": "dialog/dialog.html",
|
||||
"Draggable": "draggable/draggable.html",
|
||||
"Droppable": "droppable/droppable.html",
|
||||
"Effects": "effects/effects.html",
|
||||
"Form Reset Mixin": "form-reset-mixin/form-reset-mixin.html",
|
||||
"Menu": "menu/menu.html",
|
||||
"Position": "position/position.html",
|
||||
"Progressbar": "progressbar/progressbar.html",
|
||||
|
@ -19,6 +19,8 @@
|
||||
"accordion/accordion.html",
|
||||
"autocomplete/autocomplete.html",
|
||||
"button/button.html",
|
||||
"checkboxradio/checkboxradio.html",
|
||||
"controlgroup/controlgroup.html",
|
||||
"core/core.html",
|
||||
"datepicker/datepicker.html",
|
||||
"dialog/dialog.html",
|
||||
@ -31,6 +33,7 @@
|
||||
"progressbar/progressbar.html",
|
||||
"resizable/resizable.html",
|
||||
"selectable/selectable.html",
|
||||
"selectmenu/selectmenu.html",
|
||||
"slider/slider.html",
|
||||
"sortable/sortable.html",
|
||||
"spinner/spinner.html",
|
||||
|
Loading…
Reference in New Issue
Block a user