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 7673ca7 commit 1df736eCopy full SHA for 1df736e
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