module.exports = { name: 'content-manager', displayName: 'Content Manager', testMatch: ['**/test/?(*.)+(spec|test).js'], coveragePathIgnorePatterns: [ '/admin/', '/dist/', '/node_modules/', '/out-tsc/', '/test/' ] };