There was an error while loading. Please reload this page.
1 parent dd0b7a1 commit fd622d9Copy full SHA for fd622d9
test/parallel/test-options-binding.js
@@ -19,3 +19,6 @@ assert(
19
aliases instanceof SafeMap,
20
"require('internal/options').aliases is a SafeMap",
21
);
22
+
23
+Map.prototype.get = function get() { return 'polluted result'; };
24
+assert.strictEqual(getOptionValue('--expose-internals'), true);
0 commit comments