UNPKG

relax-orm

Version:
7 lines (6 loc) 217 B
module.exports = { "roots": [ "<rootDir>/e2e" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(e2e))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "js", "json", "node" ] }