Skip to content

Commit eb3a647

Browse files
Tweak final print when running tests
1 parent a0703bf commit eb3a647

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/client-e2e/src/tests/runner.class.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,9 @@ export class Runner {
185185

186186
// alert user
187187
this.logger.info([
188-
`Finished running all tests in ${Math.ceil(
188+
`Finished running ${total} tests in ${Math.ceil(
189189
(performance.now() - t0) / 1000
190190
)} seconds with ${failures} failed tests`,
191-
{ total, failures },
192191
]);
193192

194193
return failures;

0 commit comments

Comments
 (0)