Skip to content

Commit

Permalink
module: block requiring test/reporters without scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed May 3, 2023
1 parent b0ca770 commit 92c05c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/bootstrap/realm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 92c05c2

Please sign in to comment.