mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Merge branch 'features/i18n' of github.com:strapi/strapi into features/i18n
This commit is contained in:
commit
ba82d72117
@ -6,6 +6,11 @@ jest.mock('@buffetjs/styles', () => ({
|
||||
Tooltip: () => null,
|
||||
}));
|
||||
|
||||
jest.mock('@buffetjs/core', () => ({
|
||||
Padded: props => <div {...props} />,
|
||||
Text: props => <p {...props} />,
|
||||
}));
|
||||
|
||||
describe('LocaleListCell', () => {
|
||||
it('returns the default locale first, then the others sorted alphabetically', () => {
|
||||
const locales = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user