Skip to content

Commit 1e53c10

Browse files
avivkellertargos
authored andcommitted
test: fix soucre to source
PR-URL: #55038 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6843ca7 commit 1e53c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const test = require('node:test');
4-
test('no soucre map', () => {});
4+
test('no source map', () => {});
55
if (false) {
66
console.log('this does not execute');
77
}

0 commit comments

Comments
 (0)