mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +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 {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'
|
||||
|
||||
export class ApexJsonParser implements TestParser {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue