1 2 3 4 5 6
module.exports = { preset: 'ts-jest', testEnvironment: 'node', // If you have a src folder where your TypeScript files reside roots: ['<rootDir>/src/'], };