mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 09:47:46 +00:00
10 lines
273 B
JavaScript
10 lines
273 B
JavaScript
![]() |
'use strict'
|
||
|
|
||
|
const baseConfigFront = require('../../../jest.base-config.front')
|
||
|
|
||
|
module.exports = {
|
||
|
displayName: 'content-manager-front',
|
||
|
rootDir: '../../..',
|
||
|
...baseConfigFront,
|
||
|
testMatch: [`<rootDir>/packages/core/content-manager${baseConfigFront.testMatch}`],
|
||
|
}
|