module.exports = { testEnvironment: 'node', testMatch: ['/src/tests/**/*.test.ts'], setupFiles: ['/src/tests/helpers/setupEnv.ts'], };