mirror of
https://github.com/strapi/strapi.git
synced 2025-10-09 07:13:14 +00:00
12 lines
329 B
JavaScript
12 lines
329 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
preset: '../../../jest-preset.front.js',
|
||
|
collectCoverageFrom: ['<rootDir>/packages/core/review-workflows/admin/**/*.js'],
|
||
|
displayName: 'Core review workflows',
|
||
|
moduleNameMapper: {
|
||
|
'^@tests/(.*)$': '<rootDir>/admin/tests/$1',
|
||
|
},
|
||
|
setupFilesAfterEnv: ['./admin/tests/setup.ts'],
|
||
|
};
|