module.exports = { roots: [''], transform : { '^.+\\.ts$': 'ts-jest' }, testRegex: '(/tests/test.*|(\\.|/)(test|spec))\\.[tj]s?$', moduleFileExtensions: ['js', 'ts'], }