diff options
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts')
| -rw-r--r-- | tests/specs/npm/lifecycle_scripts/__test__.jsonc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/__test__.jsonc b/tests/specs/npm/lifecycle_scripts/__test__.jsonc index 302b40d1e..c62bc47b4 100644 --- a/tests/specs/npm/lifecycle_scripts/__test__.jsonc +++ b/tests/specs/npm/lifecycle_scripts/__test__.jsonc @@ -81,6 +81,13 @@ { "args": [ "eval", + "Deno.removeSync('./deno.json')" + ], + "output": "[WILDCARD]" + }, + { + "args": [ + "eval", "Deno.writeTextFileSync('package.json', '{\"dependencies\":{ \"@denotest/node-lifecycle-scripts\": \"*\" } }')" ], "output": "" |
