add summary back to passing tests
This commit is contained in:
parent
1d1ae4e91e
commit
3faea728ab
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const makeSummary = results => {
|
|||
const summary = `test result: ${failed}. ${passed} passed; ${failed} failed`
|
||||
|
||||
if (failed === 0) {
|
||||
return ''
|
||||
return summary
|
||||
}
|
||||
|
||||
const failures = results
|
||||
|
|
Loading…
Add table
Reference in a new issue