Skip to content

Commit f849cf6

Browse files
avivkellermarco-ippolito
authored andcommittedNov 17, 2024
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 1a007ea commit f849cf6

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)
Please sign in to comment.