Merge branch 'features/i18n' of github.com:strapi/strapi into features/i18n

This commit is contained in:
soupette 2021-04-01 16:18:46 +02:00
commit ba82d72117

View File

@ -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 = [