UNPKG

junit-xml

Version:

JUnit XML report builder with TypeScript support

17 lines 316 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', collectCoverage: true, coverageThreshold: { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100, } }, coveragePathIgnorePatterns: [ "/node_modules/", "<rootDir>/dist" ] };