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