We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a951d commit ee4e219Copy full SHA for ee4e219
tests/date-tests.js
@@ -250,7 +250,7 @@ locales.forEach(function(localeId) {
250
QUnit.test('formatter caching', function(assert) {
251
var originalIntl = window.Intl;
252
var count = 0;
253
- var IntlMock = {
+ var IntlMock = {
254
DateTimeFormat: function() {
255
count++;
256
this.format = function() {
tests/number-tests.js
@@ -155,7 +155,7 @@ locales.forEach(function(localeId) {
155
156
157
158
159
NumberFormat: function() {
160
161
0 commit comments