8000
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
1 parent ada7d82 commit a080608Copy full SHA for a080608
test/parallel/test-cli-node-options-disallowed.js
@@ -28,6 +28,7 @@ disallow('--v8-options');
28
disallow('--expose_internals');
29
disallow('--expose-internals');
30
disallow('--');
31
+disallow('--test');
32
33
function disallow(opt) {
34
const env = { ...process.env, NODE_OPTIONS: opt };
0 commit comments