We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test/reporters
1 parent b0ca770 commit 92c05c2Copy full SHA for 92c05c2
1 file changed
lib/internal/bootstrap/realm.js
@@ -132,6 +132,7 @@ const legacyWrapperList = new SafeSet([
132
// Modules that can only be imported via the node: scheme.
133
const schemelessBlockList = new SafeSet([
134
'test',
135
+ 'test/reporters',
136
]);
137
// Modules that will only be enabled at run time.
138
const experimentalModuleList = new SafeSet();
0 commit comments