Skip to content

Commit

Permalink
refactor(istanbul-reports): remove unused projectRoot option from c…
Browse files Browse the repository at this point in the history
…lover (#710)
  • Loading branch information
AriPerkkio committed Jul 25, 2023
1 parent 07c6ea6 commit e5f6302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/istanbul-reports/lib/clover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class CloverReport extends ReportBase {

this.cw = null;
this.xml = null;
this.projectRoot = opts.projectRoot || process.cwd();
this.file = opts.file || 'clover.xml';
}

Expand Down

0 comments on commit e5f6302

Please sign in to comment.