Skip to content

Commit 555db83

Browse files
authored
Update makeReport.ts
1 parent 3ca07d5 commit 555db83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/makeReport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface ReportFailure {
4040
stack?: string
4141
}
4242

43-
export function makeReport(query, customNamingStrategy = NAMING_STRATEGY): ReportSuite {
43+
export function makeReport(query: Query, customNamingStrategy: NamingStrategy = NAMING_STRATEGY): ReportSuite {
4444
const statuses = query.countMostSevereTestStepResultStatus()
4545
return {
4646
time: durationToSeconds(query.findTestRunDuration()),

0 commit comments

Comments
 (0)