aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-18 22:36:15 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-18 22:36:15 -0400
commita28983086ee91b19200c47fadc6bc3ba58a0fcb9 (patch)
tree63cb0a513473836b603213f06a31611c6c453e82 /grunt.js
parentcb8474af1dc099de9e08665c9d6cdc2cf5864203 (diff)
downloadjquery-ui-a28983086ee91b19200c47fadc6bc3ba58a0fcb9.tar.gz
jquery-ui-a28983086ee91b19200c47fadc6bc3ba58a0fcb9.zip
Tests: Lint.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js26
1 files changed, 22 insertions, 4 deletions
diff --git a/grunt.js b/grunt.js
index 02c889d74..0295b399c 100644
--- a/grunt.js
+++ b/grunt.js
@@ -345,13 +345,31 @@ grunt.initConfig({
browser: true,
jquery: true
}, defaults ),
+ // TODO: don't create so many globals in tests
globals: {
+ accordion_state: true,
+ asyncTest: true,
+ commonWidgetTests: true,
+ deepEqual: true,
+ dlg: true,
+ domEqual: true,
+ drag: true,
+ el: true,
+ equal: true,
+ expect: true,
+ Globalize: true,
+ menu_click: true,
+ menu_log: true,
module: true,
- test: true,
ok: true,
- equal: true,
- deepEqual: true,
- QUnit: true
+ QUnit: true,
+ spinner_simulateKeyDownUp: true,
+ start: true,
+ strictEqual: true,
+ stop: true,
+ tabs_state: true,
+ tabs_disabled: true,
+ test: true
}
}
};