style: prettier file

This commit is contained in:
Ross Reicks 2024-07-11 15:22:54 -05:00
parent e622ff7921
commit 70b7b65f21

View file

@ -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 {