Skip to content

Commit

Permalink
test: fix soucre to source
Browse files Browse the repository at this point in the history
PR-URL: #55038
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
RedYetiDev authored and marco-ippolito committed Nov 17, 2024
1 parent 1a007ea commit f849cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/test-runner/coverage/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const test = require('node:test');
test('no soucre map', () => {});
test('no source map', () => {});
if (false) {
console.log('this does not execute');
}

0 comments on commit f849cf6

Please sign in to comment.