Skip to content

Commit

Permalink
Tests: Only test latest patch versions for jQuery Core in TestSwarm
Browse files Browse the repository at this point in the history
Adds some missing tests to TestSwarm and `all.html`.
  • Loading branch information
scottgonzalez committed Jul 8, 2016
1 parent 4d97793 commit 3b06669
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
21 changes: 12 additions & 9 deletions build/tasks/testswarm.js
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions tests/unit/all.html
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 3b06669

Please sign in to comment.