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 8f31f1f commit 37d2b50Copy full SHA for 37d2b50
i18n/spec/closureI18nExtractorSpec.js
@@ -75,7 +75,6 @@ describe('findLocaleId', function() {
75
it('should not find localeId if data is missing', function() {
76
expect(findLocaleId('', 'num')).toBeUndefined();
77
expect(findLocaleId('aa', 'datetime')).toBeUndefined();
78
- expect(findLocaleId('aa', 'randomType')).toBeUndefined();
79
expect(findLocaleId('NumberFormatSymbols_en', 'datetime')).toBeUndefined();
80
expect(findLocaleId('DateTimeSymbols_en', 'num')).toBeUndefined();
81
});
0 commit comments