module.exports = { preset: 'ts-jest', roots: ['/src', '/bin'], testEnvironment: 'node', roots: ['/'], testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[tj]sx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };