test: fix soucre to source

PR-URL: https://github.com/nodejs/node/pull/55038
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Aviv Keller 2024-09-21 04:27:56 -04:00 committed by GitHub
parent 29b9c72b05
commit 9be0057859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');
}