UNPKG

color-gradient-converter

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