diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 11:37:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 11:37:39 -0400 |
commit | 163555d7bf27fe5d272e404de3c4439902710f54 (patch) | |
tree | 0c8f8640840bb3c827c9bfc508dad7b813984052 /grunt.js | |
parent | 0e8d9dde20e6bb4481fbfa94a2066125179066b0 (diff) | |
download | jquery-ui-163555d7bf27fe5d272e404de3c4439902710f54.tar.gz jquery-ui-163555d7bf27fe5d272e404de3c4439902710f54.zip |
Accordion tests: Don't polloute the global namespace with helpers.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -348,9 +348,6 @@ grunt.initConfig({ }, defaults ), // TODO: don't create so many globals in tests globals: { - accordion_equalHeights: true, - accordion_setupTeardown: true, - accordion_state: true, addMonths: true, asyncTest: true, commonWidgetTests: true, @@ -396,6 +393,7 @@ grunt.initConfig({ tabs_state: true, tabs_disabled: true, test: true, + TestHelpers: true, widthAfter: true } } |