Remove more commented code
This commit is contained in:
parent
83baf21128
commit
0f4002e95c
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue