UNPKG

strapi-plugin-i18n

Version:

This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API

12 lines (8 loc) 220 B
'use strict'; const { getIsoLocales } = require('../iso-locales'); describe('ISO locales', () => { test('getIsoLocales', () => { const locales = getIsoLocales(); expect(locales).toMatchSnapshot(); }); });