mirror of
https://github.com/strapi/strapi.git
synced 2025-07-12 11:31:38 +00:00

* chore(i18n): rename getTrads to getTranslations * chore(i18n): convert settings as associated components to TS * chore: remove utils index file * chore(admin): remove unused directive
11 lines
236 B
JavaScript
11 lines
236 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
preset: '../../../jest-preset.front.js',
|
|
displayName: 'I18N plugin',
|
|
moduleNameMapper: {
|
|
'^@tests/(.*)$': '<rootDir>/admin/tests/$1',
|
|
},
|
|
setupFilesAfterEnv: ['./admin/tests/setup.ts'],
|
|
};
|