aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-04-06 19:46:15 -0400
committerScott González <scott.gonzalez@gmail.com>2015-04-09 09:26:27 -0400
commit8bda52c8d1d681f3afe5827f8eda10475377442f (patch)
tree2c6d5e310d1741a6224c47e8019859d335062c0c /tests/lib
parent23a7a113ac61bb12ad6a3775553d5ac1426f82f6 (diff)
downloadjquery-ui-8bda52c8d1d681f3afe5827f8eda10475377442f.tar.gz
jquery-ui-8bda52c8d1d681f3afe5827f8eda10475377442f.zip
Spinner: Convert tests to new infrastructure
Ref #10119 Ref gh-1528
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/bootstrap.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index c5e52057e..94954ba39 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -2,6 +2,8 @@
window.requirejs = {
paths: {
+ "globalize": "../../../external/globalize/globalize",
+ "globalize/ja-JP": "../../../external/globalize/globalize.culture.ja-JP",
"jquery": jqueryUrl(),
"jquery-simulate": "../../../external/jquery-simulate/jquery.simulate",
"jshint": "../../../external/jshint/jshint",
@@ -12,6 +14,7 @@ window.requirejs = {
"ui": "../../../ui"
},
shim: {
+ "globalize/ja-JP": [ "globalize" ],
"jquery-simulate": [ "jquery" ],
"qunit-assert-classes": [ "qunit" ]
}