mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 15:11:19 +00:00
11 lines
221 B
JavaScript
11 lines
221 B
JavaScript
![]() |
module.exports = {
|
||
|
name: 'content-manager',
|
||
|
displayName: 'Content Manager',
|
||
|
coveragePathIgnorePatterns: [
|
||
|
'<rootDir>/dist/',
|
||
|
'<rootDir>/node_modules/',
|
||
|
'<rootDir>/out-tsc/',
|
||
|
'<rootDir>/test/'
|
||
|
]
|
||
|
};
|