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 <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
RedYetiDev committed Sep 21, 2024
1 parent 29b9c72 commit 9be0057
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 9be0057

Please sign in to comment.