UNPKG

declarapi

Version:
38 lines (37 loc) 747 B
{ "globals": { "ts-jest": { "tsConfig": "<rootDir>/../../tsconfig.json" } }, "setupFiles": ["dotenv/config"], "setupFilesAfterEnv": ["./setup.js"], "roots": [ "<rootDir>../../src" ], "moduleNameMapper": { "yaschva$": "yaschva/cjs", "microtil$": "microtil/cjs", "declarapi-runtime$": "declarapi-runtime/cjs" } , "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "collectCoverageFrom": [ "**/*.{js,jsx,ts,tsx}", "!**/node_modules/**", "!**/vendor/**" ], "resetModules": true, "clearMocks": true, "testTimeout": 300000 }