mirror of https://github.com/nodejs/node.git
4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
|
// Flags: --experimental-loader ./test/common/fixtures
|
||
|
import '../common/index.mjs';
|
||
|
console.log('This should not be printed');
|