From b49d12d088268d5ae5aaaa4dc43f092798c72e98 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 19 Jan 2017 00:04:31 +0100 Subject: [PATCH] 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. --- tests/unit/spinner/options.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/spinner/options.js b/tests/unit/spinner/options.js index 381e1b7fa..7b8e884c7 100644 --- a/tests/unit/spinner/options.js +++ b/tests/unit/spinner/options.js @@ -2,8 +2,8 @@ define( [ "qunit", "jquery", "ui/widgets/spinner", - "globalize", - "globalize/ja-JP" + "globalize-old", + "globalize-old/ja-JP" ], function( QUnit, $ ) { QUnit.module( "spinner: options" ); -- 2.39.5