Skip to content

Commit 046eb22

Browse files
committed
Cleanup docs/commented code
1 parent bae2c1d commit 046eb22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/TestExplorer/TestParsers/SwiftTestingOutputParser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { ITestRunState } from "./TestRunState";
1010
import { 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
1315
export type SwiftTestEvent = MetadataRecord | TestRecord | EventRecord;
1416

1517
interface VersionedRecord {

src/TestExplorer/TestRunner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ class TestRunProxy {
203203

204204
/** Class used to run tests */
205205
export class TestRunner {
206-
// private testRun: vscode.TestRun;
207206
private testRun: TestRunProxy;
208207
private testArgs: TestRunArguments;
209208
private xcTestOutputParser: XCTestOutputParser;

0 commit comments

Comments
 (0)