From 0f0f860a8ce743f7dfcdf08120bccb48932a3ece Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Thu, 8 Feb 2024 15:38:22 -0800 Subject: [PATCH] Update src/reporter.ts Co-authored-by: Alex Plischke --- src/reporter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reporter.ts b/src/reporter.ts index 4ce2048..ae19112 100644 --- a/src/reporter.ts +++ b/src/reporter.ts @@ -18,7 +18,7 @@ export class TestSuite implements JUnitTestSuite { time: number; timestamp: string; file: string; - testsuites: JUnitTestSuite[] | undefined; + testSuites: JUnitTestSuite[]; testCases: JUnitTestCase[]; properties?: Property[] | undefined;