UNPKG

bugreproducer

Version:
11 lines (10 loc) 218 B
module.exports = { transform: { ".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js", }, moduleFileExtensions: [ 'ts', 'js', ], testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(ts|ts)x?$', };