UNPKG

js-wrench

Version:

JS函数库

10 lines 252 B
module.exports = { roots: [ "<rootDir>/test" ], testRegex: 'test/(.+)\\.test\\.(jsx?|tsx?)$', transform: { "^.+\\.tsx?$": "ts-jest" }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };