forked from rosa/hakurei
Compare commits
2 Commits
0f28222d80
...
d91b9f4730
| Author | SHA1 | Date | |
|---|---|---|---|
|
d91b9f4730
|
|||
|
90277bf6fe
|
@@ -231,7 +231,7 @@ export class StreamReporter implements Reporter {
|
||||
this.stream.writeln("");
|
||||
this.stream.writeln(
|
||||
`${this.#successes.length} succeeded, ${this.#failures.length} failed` +
|
||||
(this.#skips.length ? `, ${this.#skips.length} skipped` : "")
|
||||
(this.#skips.length ? `, ${this.#skips.length} skipped` : ""),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user