diff options
Diffstat (limited to 'tests/specs/npm/node_modules_dir_yargs/__test__.jsonc')
-rw-r--r-- | tests/specs/npm/node_modules_dir_yargs/__test__.jsonc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc b/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc new file mode 100644 index 000000000..df28ea7ef --- /dev/null +++ b/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc @@ -0,0 +1,9 @@ +{ + "tempDir": true, + "args": "run --allow-read --allow-env --node-modules-dir=auto cjs_yargs/main.js", + "output": "cjs_yargs/main.out", + "envs": { + "NO_COLOR": "1", + "NPM_CONFIG_REGISTRY": "http://localhost:4260/" + } +} |