Skip to content

Commit

Permalink
fix: istanbul ignore next
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 1, 2024
1 parent c528a86 commit 2441441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const getReport = () => {
report = process.report.getReport();
process.report.excludeNetwork = orig;
} else {
/* istanbul ignore next */
report = {};
}
}
Expand Down

0 comments on commit 2441441

Please sign in to comment.