Skip to content

Commit

Permalink
test: ensure consistency in coverage with --enable-source-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Oct 9, 2024
1 parent 3b7f3d6 commit 261cb92
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 @@ -19,7 +19,7 @@ function generateReport(report) {
}

const flags = [
'--test', '--experimental-test-coverage', '--test-reporter', 'tap',
'--test', '--enable-source-maps', '--experimental-test-coverage', '--test-reporter', 'tap',
];

describe('Coverage with source maps', async () => {
Expand Down

0 comments on commit 261cb92

Please sign in to comment.