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