Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Dec 11, 2023
1 parent e9d638f commit eb98b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-runner-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function findCoverageFileForPid(pid) {
}

function getTapCoverageFixtureReport() {
/* eslint-disable max-len */
const report = [
'# start of coverage report',
'# -------------------------------------------------------------------------------------------------------------------',
Expand All @@ -35,6 +36,7 @@ function getTapCoverageFixtureReport() {
'# -------------------------------------------------------------------------------------------------------------------',
'# end of coverage report',
].join('\n');
/* eslint-enable max-len */

if (common.isWindows) {
return report.replaceAll('/', '\\');
Expand Down

0 comments on commit eb98b15

Please sign in to comment.