aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/test')
-rw-r--r--lib/internal/test/binding.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/internal/test/binding.js b/lib/internal/test/binding.js
index 7b9e1a089d..aae89ce7a0 100644
--- a/lib/internal/test/binding.js
+++ b/lib/internal/test/binding.js
@@ -8,6 +8,7 @@ process.emitWarning(
// These exports should be scoped as specifically as possible
// to avoid exposing APIs because even with that warning and
// this file being internal people will still try to abuse it.
+const { internalBinding } = require('internal/bootstrap_loaders');
module.exports = {
ModuleWrap: internalBinding('module_wrap').ModuleWrap,
};