Skip to content

Commit

Permalink
feat: Honor summarizer for text report (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Feb 23, 2021
1 parent 6ddb374 commit c155900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/istanbul-reports/lib/text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function tableRow(

class TextReport extends ReportBase {
constructor(opts) {
super();
super(opts);

opts = opts || {};
const { maxCols } = opts;
Expand Down

0 comments on commit c155900

Please sign in to comment.