/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests', '<rootDir>/src'], testMatch: ['**/*.spec.ts', '**/*.test.ts'], clearMocks: true };