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