Skip to content

Commit b4382f9

Browse files
committed
chore(tests): refactor verbose reporter
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent b9cc617 commit b4382f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/reporters/verbose.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class VerboseReporter extends DefaultReporter implements Reporter {
134134
* @return {undefined}
135135
*/
136136
public override onTaskUpdate(packs: TaskResultPack[]): undefined {
137-
return void (this.isTTY && void super.onTaskUpdate(packs))
137+
return void packs
138138
}
139139

140140
/**

0 commit comments

Comments
 (0)