strapi/packages/plugins/i18n/jest.config.front.js
Josh e04af2df77
chore(i18n): convert settings as associated components to TS (#18809)
* 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
2023-11-16 14:11:34 +00:00

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'],
};