Skip to content

Commit 92c05c2

Browse files
committed
module: block requiring test/reporters without scheme
1 parent b0ca770 commit 92c05c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/internal/bootstrap/realm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ const legacyWrapperList = new SafeSet([
132132
// Modules that can only be imported via the node: scheme.
133133
const schemelessBlockList = new SafeSet([
134134
'test',
135+
'test/reporters',
135136
]);
136137
// Modules that will only be enabled at run time.
137138
const experimentalModuleList = new SafeSet();

0 commit comments

Comments
 (0)