Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Mar 18, 2023
1 parent bc1bd38 commit c8aa32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/internal/test_runner/utils.js
Expand Up @@ -264,7 +264,7 @@ function getCoverageReport(pad, summary, symbol, color) {

report += `${pad}${symbol}end of coverage report\n`;
if (color) {
report += white
report += white;
}
return report;
}
Expand Down
2 changes: 1 addition & 1 deletion test/parallel/test-runner-coverage.js
Expand Up @@ -85,7 +85,7 @@ test('test coverage report', async (t) => {
assert.strictEqual(result.status, 0);
assert(!findCoverageFileForPid(result.pid));
});
})
});

test('test tap coverage reporter', async (t) => {
await t.test('coverage is reported and dumped to NODE_V8_COVERAGE if present', (t) => {
Expand Down

0 comments on commit c8aa32a

Please sign in to comment.