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:
parent
29b9c72b05
commit
9be0057859
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user