UNPKG

ontime-pm

Version:
22 lines (21 loc) 275 B
module.exports = { roots: [ "<rootDir>/tests" ], transform: { "^.+\\.ts$": "ts-jest" }, testMatch: [ "**/*.test.ts" ], moduleDirectories: [ "node_modules", "src" ], moduleFileExtensions: [ "ts", "tsx", "js", "jsx" ] };