UNPKG
junit-xml
Version:
latest (1.2.0)
next (1.2.0-master-319394778-d07921c5)
1.2.0
1.2.0-master-319394778-d07921c5
1.2.0-master-314136486-dbb04c70
1.1.0
1.1.0-master-314134638-1d7baa08
1.1.0-master-304532176-b30ff60a
1.0.0
1.0.0-master-98a376fe630758bc02798d36a7d598594f5a999c
1.0.0-master-3e329784b57c4c19e7e72549d141c092149dedb4
1.0.0-master-37e30cda56328ec7763e9738cf32eeb6b58af215
1.0.0-master-304520617-dd79b2a6
1.0.0-1-the-output-file-is-not-compatible-to-azure-devops-pipeline-b3ac9953f46321c14559869382064d33ac424420
1.0.0-1-the-output-file-is-not-compatible-to-azure-devops-pipeline-98a376fe630758bc02798d36a7d598594f5a999c
1.0.0-1-the-output-file-is-not-compatible-to-azure-devops-pipeline-0545227e84cd29c7e14f8b600297525849331cea
JUnit XML report builder with TypeScript support
gitlab.com/Vinnl/junit-xml
junit-xml
/
jest.config.js
17 lines
•
316 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, collectCoverage:
true
, coverageThreshold: {
"global"
: {
"branches"
:
100
,
"functions"
:
100
,
"lines"
:
100
,
"statements"
:
100
, } }, coveragePathIgnorePatterns: [
"/node_modules/"
,
"<rootDir>/dist"
] };