Remove more commented code

This commit is contained in:
Yury Semikhatsky 2024-03-27 17:43:35 -07:00
parent 83baf21128
commit 0f4002e95c
2 changed files with 0 additions and 3 deletions

View file

@ -505,7 +505,6 @@ export class TeleRootSuite extends TeleSuite implements reporterTypes.RootSuite
type: 'root' = 'root';
override location = undefined;
override parent = undefined;
// override suites: TeleProjectSuite[] = [];
constructor() {
super('', 'root');
}

View file

@ -354,8 +354,6 @@ class HtmlBuilder {
else
this._processSuite(e, fileId, projectName, newPath, outTests);
});
// suite.suites.forEach(s => this._processSuite(s, fileId, projectName, newPath, outTests));
// suite.tests.forEach(t => outTests.push(this._createTestEntry(fileId, t, projectName, newPath)));
}
private _createTestEntry(fileId: string, test: TestCasePublic, projectName: string, path: string[]): TestEntry {