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