module.exports = { testMatch: [ '**/*.test.js', ], testPathIgnorePatterns: [ '/node_modules/', ], testEnvironment: 'node', // setupFilesAfterEnv: [`${__dirname}/jest.setup.js`], // slowTestThreshold: 40, };