Skip to content

Commit

Permalink
refactor: Remove redundant declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Jun 1, 2024
1 parent 02266c3 commit 1573be6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test_suites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export class TestSuites extends TestGroup {
*/
constructor(factory: Factory) {
super(factory, 'testsuites');
this._children = [];
}

/**
Expand Down

0 comments on commit 1573be6

Please sign in to comment.