Test the English locale fallback explicitly

This commit is contained in:
Jesse Hallam
2026-08-26 14:24:16 -03:00
parent 5100199d54
commit ca9f62abd3
@@ -66,6 +66,7 @@ describe('components/user_settings/display/index', () => {
});
const userLocale = userLocaleFor(state, 'de');
expect(userLocale).toBe('en');
expect(getLanguageInfo(userLocale)).toBeDefined();
});
});