mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Packaged transpiled version
This commit is contained in:
parent
dfee6fb104
commit
9d8b7fea15
2 changed files with 3 additions and 2 deletions
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
|
|
@ -1151,7 +1151,8 @@ class JestJunitParser {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
getTestRunResult(path, junit) {
|
getTestRunResult(path, junit) {
|
||||||
const suites = junit.testsuites.testsuite === undefined
|
var _a;
|
||||||
|
const suites = ((_a = junit.testsuites) === null || _a === void 0 ? void 0 : _a.testsuite) == null
|
||||||
? []
|
? []
|
||||||
: junit.testsuites.testsuite.map(ts => {
|
: junit.testsuites.testsuite.map(ts => {
|
||||||
const name = ts.$.name.trim();
|
const name = ts.$.name.trim();
|
||||||
|
|
|
||||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue