summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/realm.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/bootstrap/realm.js')
-rw-r--r--lib/internal/bootstrap/realm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/internal/bootstrap/realm.js b/lib/internal/bootstrap/realm.js
index 9dc0aee751..8e35213234 100644
--- a/lib/internal/bootstrap/realm.js
+++ b/lib/internal/bootstrap/realm.js
@@ -132,6 +132,7 @@ const legacyWrapperList = new SafeSet([
// Modules that can only be imported via the node: scheme.
const schemelessBlockList = new SafeSet([
'test',
+ 'test/reporters',
]);
// Modules that will only be enabled at run time.
const experimentalModuleList = new SafeSet();