reverted results-meta.ts (changed because ran prettier --check "src/**/*.js" without && eslint src)
parent
57dcd5fa05
commit
d495a2006c
|
|
@ -104,7 +104,9 @@ export class TestMeta extends Meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
get summary(): string {
|
get summary(): string {
|
||||||
const dPart = this.isSkipped() ? '' : ` in ${timeHelper(this.duration)}`;
|
const dPart = this.isSkipped()
|
||||||
|
? ''
|
||||||
|
: ` in ${timeHelper(this.duration)}`;
|
||||||
return `${this.mark} **${this.title}** - ${this.result}${dPart}`;
|
return `${this.mark} **${this.title}** - ${this.result}${dPart}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue