mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
796f3d0af4
PR-URL: https://github.com/nodejs/node/pull/29866 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
6 lines
270 B
JavaScript
6 lines
270 B
JavaScript
// Flags: --experimental-loader ./test/fixtures/es-module-loaders/loader-with-dep.mjs
|
|
/* eslint-disable node-core/require-common-first, node-core/required-modules */
|
|
import '../fixtures/es-modules/test-esm-ok.mjs';
|
|
|
|
// We just test that this module doesn't fail loading
|