mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
cleanup
This commit is contained in:
parent
5473a04c5a
commit
21274c9ad7
14 changed files with 110 additions and 110 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import {ParseOptions, TestParser} from '../../test-parser.js'
|
||||
import {ParseOptions, TestParser} from '../../test-parser'
|
||||
import {parseStringPromise} from 'xml2js'
|
||||
|
||||
import {JunitReport, TestCase, TestSuite} from './jest-junit-types.js'
|
||||
import {getExceptionSource} from '../../utils/node-utils.js'
|
||||
import {getBasePath, normalizeFilePath} from '../../utils/path-utils.js'
|
||||
import {JunitReport, TestCase, TestSuite} from './jest-junit-types'
|
||||
import {getExceptionSource} from '../../utils/node-utils'
|
||||
import {getBasePath, normalizeFilePath} from '../../utils/path-utils'
|
||||
|
||||
import {
|
||||
TestExecutionResult,
|
||||
|
|
@ -12,7 +12,7 @@ import {
|
|||
TestGroupResult,
|
||||
TestCaseResult,
|
||||
TestCaseError
|
||||
} from '../../test-results.js'
|
||||
} from '../../test-results'
|
||||
|
||||
export class JestJunitParser implements TestParser {
|
||||
assumedWorkDir: string | undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue