aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
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
}
}
};