File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ import { ITestRunState } from "./TestRunState";
1010import { TestClass } from "../TestDiscovery" ;
1111
1212// All events produced by a swift-testing run will be one of these three types.
13+ // Detailed information about swift-testing's JSON schema is available here:
14+ // https://github.com/apple/swift-testing/blob/main/Documentation/ABI/JSON.md
1315export type SwiftTestEvent = MetadataRecord | TestRecord | EventRecord ;
1416
1517interface VersionedRecord {
Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ class TestRunProxy {
203203
204204/** Class used to run tests */
205205export class TestRunner {
206- // private testRun: vscode.TestRun;
207206 private testRun : TestRunProxy ;
208207 private testArgs : TestRunArguments ;
209208 private xcTestOutputParser : XCTestOutputParser ;
You can’t perform that action at this time.
0 commit comments