1 2 3 4 5
module.exports = { preset: 'ts-jest', testEnvironment: 'node', modulePathIgnorePatterns: ['dist'] }