module.exports = { transform: { '^.+\\.(t|j)s$': ['@swc/jest'], }, testEnvironment: 'node', clearMocks: true, coverageProvider: 'v8', setupFilesAfterEnv: ['./jest.setup.fetch-mock.js'], testMatch: ['/tests/**/*.test.ts'], testTimeout: 60000, modulePathIgnorePatterns: ['/.tmp/'], }