Skip to content

Commit 235013d

Browse files
authored
Update test-runner-coverage.js
1 parent 5f49e0e commit 235013d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/parallel/test-runner-coverage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ test('coverage with source maps', skipIfNoInspector, () => {
350350
const result = spawnSync(process.execPath, args, { cwd: fixture });
351351

352352
assert.strictEqual(result.stderr.toString(), '');
353-
console.log(result.stdout.toString())
354353
assert(result.stdout.toString().includes(report));
355354
assert.strictEqual(result.status, 1);
356355
});

0 commit comments

Comments
 (0)