/** @type {import('jest').Config} */ const config = { moduleFileExtensions: ['js', 'json', 'ts'], rootDir: '.', testEnvironment: 'node', testRegex: '.spec.ts$', transform: { '^.+\\.(t|j)s$': 'ts-jest', }, moduleNameMapper: { '^uuid$': 'uuid' }, }; module.exports = config;