mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 13:17:29 -05:00
Test the English locale fallback explicitly
This commit is contained in:
@@ -66,6 +66,7 @@ describe('components/user_settings/display/index', () => {
|
||||
});
|
||||
|
||||
const userLocale = userLocaleFor(state, 'de');
|
||||
expect(userLocale).toBe('en');
|
||||
expect(getLanguageInfo(userLocale)).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user