Skip to content

Commit

Permalink
Update src/reporter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Plischke <alex.plischke@saucelabs.com>
  • Loading branch information
tianfeng92 and alexplischke authored Feb 8, 2024
1 parent 1aa5a89 commit 0f0f860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class TestSuite implements JUnitTestSuite {
time: number;
timestamp: string;
file: string;
testsuites: JUnitTestSuite[] | undefined;
testSuites: JUnitTestSuite[];

Check failure on line 21 in src/reporter.ts

View workflow job for this annotation

GitHub Actions / build

Property 'testSuites' has no initializer and is not definitely assigned in the constructor.
testCases: JUnitTestCase[];
properties?: Property[] | undefined;

Expand Down

0 comments on commit 0f0f860

Please sign in to comment.