master
module.exports = { globals: { 'ts-jest': { tsConfig: './test/tsconfig.json' } }, transform: { '^.+\\.tsx?$': 'ts-jest' }, testRegex: '(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'] };