Skip to content

Commit

Permalink
test: clean up test/parallel/test-runner-coverage-source-map.js
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
geeksilva97 and MoLow committed Oct 7, 2024
1 parent 1157465 commit ed3668e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-runner-coverage-source-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Coverage with source maps', async () => {
t.assert.strictEqual(spawned.code, 1);
});

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

0 comments on commit ed3668e

Please sign in to comment.