mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
13 lines
292 B
JavaScript
13 lines
292 B
JavaScript
module.exports = {
|
|
name: 'content-manager',
|
|
displayName: 'Content Manager',
|
|
testMatch: ['**/test/?(*.)+(spec|test).js'],
|
|
coveragePathIgnorePatterns: [
|
|
'<rootDir>/admin/',
|
|
'<rootDir>/dist/',
|
|
'<rootDir>/node_modules/',
|
|
'<rootDir>/out-tsc/',
|
|
'<rootDir>/test/'
|
|
]
|
|
};
|