mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-18 15:07:10 +01:00
style: prettier file
This commit is contained in:
parent
e622ff7921
commit
70b7b65f21
1 changed files with 8 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
import {ParseOptions, TestParser} from '../../test-parser'
|
import {ParseOptions, TestParser} from '../../test-parser'
|
||||||
import {TestCaseError, TestCaseResult, TestExecutionResult, TestGroupResult, TestRunResult, TestSuiteResult} from '../../test-results'
|
import {
|
||||||
|
TestCaseError,
|
||||||
|
TestCaseResult,
|
||||||
|
TestExecutionResult,
|
||||||
|
TestGroupResult,
|
||||||
|
TestRunResult,
|
||||||
|
TestSuiteResult
|
||||||
|
} from '../../test-results'
|
||||||
import {ApexTestReport} from './apex-json-types'
|
import {ApexTestReport} from './apex-json-types'
|
||||||
|
|
||||||
export class ApexJsonParser implements TestParser {
|
export class ApexJsonParser implements TestParser {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue