Skip to content

Commit

Permalink
test: fix soucre to source
Browse files Browse the repository at this point in the history
PR-URL: nodejs#55038
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Aviv Keller authored and louwers committed Nov 2, 2024
1 parent 84f9719 commit eae7518
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 eae7518

Please sign in to comment.