We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf875ea commit e63841cCopy full SHA for e63841c
1 file changed
lib/coverage.js
@@ -34,7 +34,7 @@ exports.get = function() {
34
};
35
36
exports.report = function() {
37
- var opts, Report, reports;
+ var Report, reports;
38
39
if (collector) {
40
Report = istanbul.Report;
0 commit comments