summaryrefslogtreecommitdiff
path: root/test/es-module/test-esm-named-exports.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/es-module/test-esm-named-exports.mjs')
-rw-r--r--test/es-module/test-esm-named-exports.mjs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/es-module/test-esm-named-exports.mjs b/test/es-module/test-esm-named-exports.mjs
index 3aae9230de..e235f598cb 100644
--- a/test/es-module/test-esm-named-exports.mjs
+++ b/test/es-module/test-esm-named-exports.mjs
@@ -1,5 +1,6 @@
// Flags: --experimental-modules --loader ./test/fixtures/es-module-loaders/builtin-named-exports-loader.mjs
-import '../common';
+/* eslint-disable node-core/required-modules */
+import '../common/index.mjs';
import { readFile } from 'fs';
import assert from 'assert';
import ok from '../fixtures/es-modules/test-esm-ok.mjs';