We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445117e commit 96900f6Copy full SHA for 96900f6
javascript/src/makeReport.ts
@@ -42,9 +42,9 @@ interface ReportFailure {
42
}
43
44
export function makeReport(
45
- query: Query,
46
- testClassName: string | undefined = undefined,
47
- customNamingStrategy: NamingStrategy = NAMING_STRATEGY
+ query: Query,
+ testClassName: string | undefined = undefined,
+ customNamingStrategy: NamingStrategy = NAMING_STRATEGY
48
): ReportSuite {
49
const statuses = query.countMostSevereTestStepResultStatus()
50
return {
0 commit comments