There was an error while loading. Please reload this page.
1 parent e389346 commit fc3675bCopy full SHA for fc3675b
1 file changed
src/testResultsSummary.ts
@@ -89,7 +89,7 @@ function getDetailedResults(testResults: MatlabTestFile[][]): string {
89
<th>Test File</th>
90
<th>Duration(s)</th>
91
</tr>` +
92
- testResults.flat().map(file => generateTestFileRow(file)).join('\n') +
+ testResults.flat().map(file => generateTestFileRow(file)).join('') +
93
`</table>`;
94
}
95
0 commit comments