UNPKG

@radicalcondor/jest-config

Version:

Jest config for Radical Condor repositories

11 lines (10 loc) 217 B
{ "preset": "ts-jest", "collectCoverage": false, "coveragePathIgnorePatterns": ["/node_modules/", "/tests/", "/__fixtures__/"], "globals": { "ts-jest": { "tsconfig": "tsconfig.test.json" } } }