mirror of
https://github.com/strapi/strapi.git
synced 2025-07-05 08:02:37 +00:00
11 lines
236 B
JavaScript
11 lines
236 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
preset: '../../../jest-preset.front.js',
|
||
|
displayName: 'Core upload',
|
||
|
moduleNameMapper: {
|
||
|
'^@tests/(.*)$': '<rootDir>/admin/tests/$1',
|
||
|
},
|
||
|
setupFilesAfterEnv: ['./admin/tests/setup.ts'],
|
||
|
};
|