Skip to content

Commit fc3675b

Browse files
committed
update join separator
1 parent e389346 commit fc3675b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testResultsSummary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function getDetailedResults(testResults: MatlabTestFile[][]): string {
8989
<th>Test File</th>
9090
<th>Duration(s)</th>
9191
</tr>` +
92-
testResults.flat().map(file => generateTestFileRow(file)).join('\n') +
92+
testResults.flat().map(file => generateTestFileRow(file)).join('') +
9393
`</table>`;
9494
}
9595

0 commit comments

Comments
 (0)