Skip to content

Commit 9be0057

Browse files
author
Aviv Keller
authored
test: fix soucre to source
PR-URL: #55038 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 29b9c72 commit 9be0057

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)