Skip to content

Commit ed3668e

Browse files
geeksilva97MoLow
andcommitted
test: clean up test/parallel/test-runner-coverage-source-map.js
Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
1 parent 1157465 commit ed3668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-runner-coverage-source-map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('Coverage with source maps', async () => {
4545
t.assert.strictEqual(spawned.code, 1);
4646
});
4747

48-
await it.only('accounts only mapped lines when --enable-source-maps is provided', async (t) => {
48+
it('accounts only mapped lines when --enable-source-maps is provided', async (t) => {
4949
const report = generateReport([
5050
'# --------------------------------------------------------------',
5151
'# file | line % | branch % | funcs % | uncovered lines',

0 commit comments

Comments
 (0)