UNPKG

@datr.tech/parcel-model-schemas-dolomite

Version:
28 lines (27 loc) 607 B
{ "coveragePathIgnorePatterns": ["<rootDir>/test/fixtures"], "coverageReporters": ["lcov", "json-summary", "text"], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } }, "moduleNameMapper": { "@app-pmsd/(.*)": "<rootDir>/src/$1" }, "preset": "ts-jest", "testEnvironment": "node", "testPathIgnorePatterns": [ "<rootDir>/.git/", "<rootDir>/.github/", "<rootDir>/.husky/", "<rootDir>/coverage/", "<rootDir>/node_modules/" ], "transform": { "^.+.tsx?$": ["ts-jest", {}] } }