diff options
Diffstat (limited to 'tests/specs/npm')
-rw-r--r-- | tests/specs/npm/lifecycle_scripts/__test__.jsonc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/__test__.jsonc b/tests/specs/npm/lifecycle_scripts/__test__.jsonc index b862b8126..302b40d1e 100644 --- a/tests/specs/npm/lifecycle_scripts/__test__.jsonc +++ b/tests/specs/npm/lifecycle_scripts/__test__.jsonc @@ -132,6 +132,19 @@ "output": "no_deno_json.out" } ] + }, + "lifecycle_scripts_no_deno_json_conflicting_bin": { + "tempDir": true, + "steps": [ + { + "args": ["eval", "Deno.removeSync('deno.json')"], + "output": "" + }, + { + "args": "cache --allow-scripts --node-modules-dir=true conflicting_bin.js", + "output": "conflicting_bin.out" + } + ] } } } |