PR-URL: https://github.com/nodejs/node/pull/44122 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
4 lines
185 B
JavaScript
4 lines
185 B
JavaScript
// Flags: --experimental-loader ./test/fixtures/es-module-loaders/loader-this-value-inside-hook-functions.mjs
|
|
import '../common/index.mjs';
|
|
|
|
// Actual test is inside the loader module.
|