UNPKG

ease-url

Version:

Wow, such a ease url parser

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