diff --git a/src/parsers/apex-json/apex-json-parsers.ts b/src/parsers/apex-json/apex-json-parsers.ts index 937aeaf..3394f8a 100644 --- a/src/parsers/apex-json/apex-json-parsers.ts +++ b/src/parsers/apex-json/apex-json-parsers.ts @@ -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 {