Skip to content

Commit f849cf6

Browse files
Aviv Kellermarco-ippolito
Aviv Keller
authored andcommitted
test: fix soucre to source
PR-URL: #55038 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
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)