Skip to content

Commit c8aa32a

Browse files
committed
fix lint errors
1 parent bc1bd38 commit c8aa32a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/test_runner/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function getCoverageReport(pad, summary, symbol, color) {
264264

265265
report += `${pad}${symbol}end of coverage report\n`;
266266
if (color) {
267-
report += white
267+
report += white;
268268
}
269269
return report;
270270
}

test/parallel/test-runner-coverage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test('test coverage report', async (t) => {
8585
assert.strictEqual(result.status, 0);
8686
assert(!findCoverageFileForPid(result.pid));
8787
});
88-
})
88+
});
8989

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

0 commit comments

Comments
 (0)