module.exports = { preset: 'ts-jest', verbose: true, rootDir: './', roots: [ '/src', ], testEnvironment: 'node', };