diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 10:27:06 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 10:28:26 -0400 |
commit | 0a5a9090f827cd186ac486344327bcbb3901fd34 (patch) | |
tree | 085dfcb5a99db48b464bff91e112a37cf6e206af /grunt.js | |
parent | 58a120bb4b022b3d2237aabaa960e42d9fe821ba (diff) | |
download | jquery-ui-0a5a9090f827cd186ac486344327bcbb3901fd34.tar.gz jquery-ui-0a5a9090f827cd186ac486344327bcbb3901fd34.zip |
Tests: Lint.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -350,27 +350,46 @@ grunt.initConfig({ accordion_state: true, asyncTest: true, commonWidgetTests: true, + container: true, deepEqual: true, + d1: true, + d2: true, dlg: true, domEqual: true, drag: true, + dragged: true, el: true, equal: true, expect: true, Globalize: true, + heightAfter: true, + isNotOpen: true, + isOpen: true, menu_click: true, menu_log: true, + modal: true, module: true, + moved: true, notEqual: true, + offsetAfter: true, + offsetBefore: true, ok: true, QUnit: true, + restoreScroll: true, + shouldBeDroppable: true, + shouldmove: true, + shouldNotBeDroppable: true, + shouldnotmove: true, + shouldnotresize: true, + shouldresize: true, spinner_simulateKeyDownUp: true, start: true, strictEqual: true, stop: true, tabs_state: true, tabs_disabled: true, - test: true + test: true, + widthAfter: true } } }; |