diff options
Diffstat (limited to 'tests/specs/install')
| -rw-r--r-- | tests/specs/install/future_install_local_deno/__test__.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/install/future_install_local_deno/__test__.jsonc b/tests/specs/install/future_install_local_deno/__test__.jsonc index bbfee2d9d..d257fbc1f 100644 --- a/tests/specs/install/future_install_local_deno/__test__.jsonc +++ b/tests/specs/install/future_install_local_deno/__test__.jsonc @@ -2,12 +2,12 @@ "tempDir": true, "steps": [ { - "args": "install", + "args": "install --allow-import", "output": "install.out" }, { // ensure deps are actually cached - "args": "run --cached-only main.js", + "args": "run --cached-only --allow-import main.js", "output": "" }, { |
