module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['/test/integration/**/*.test.ts', '/test/integration/**/*.test.js'], };