mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
6934792eb3
PR-URL: https://github.com/nodejs/node/pull/18566 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
4 lines
177 B
JavaScript
4 lines
177 B
JavaScript
// Flags: --experimental-modules --loader ./test/fixtures/es-module-loaders/not-found-assert-loader.mjs
|
|
/* eslint-disable node-core/required-modules */
|
|
import './not-found.js';
|