export default { testEnvironment: 'node', transform: {}, moduleFileExtensions: ['js', 'json'], testMatch: ['**/__tests__/**/*.test.js'], testTimeout: 15000, openHandlesTimeout: 5000, // Run test files in parallel (not individual tests within a file) // workerIdleMemoryLimit: '512MB', }