module.exports = { name: 'setup', displayName: 'Setup', testMatch: ['**/test/?(*.)+(spec|test).js'], testPathIgnorePatterns: ['/packages/'], coveragePathIgnorePatterns: [ '/dist/', '/node_modules/', '/out-tsc/', '/test/', ], transform: {}, };