Skip to content

Commit b49d12d

Browse files
committed
Calendar: Use old globalize for spinner tests
Workaround has been removed when merged with master. This commit adds the proper dependency again to fix the tests.
1 parent f001a4b commit b49d12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/spinner/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ define( [
22
"qunit",
33
"jquery",
44
"ui/widgets/spinner",
5-
"globalize",
6-
"globalize/ja-JP"
5+
"globalize-old",
6+
"globalize-old/ja-JP"
77
], function( QUnit, $ ) {
88

99
QUnit.module( "spinner: options" );

0 commit comments

Comments
 (0)