diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-03 16:42:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 16:42:56 +0100 |
| commit | dae3940519d626ddfeb954e3f3d7ebe8b83067bf (patch) | |
| tree | 31877f91b39c623e208a81c029b26b119c878205 /cli/tests/testdata/run/no_lock_flag/deno.lock | |
| parent | a99539bd4d8466ef305e1cc7ce9a5b8f2c6b4881 (diff) | |
fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)
Diffstat (limited to 'cli/tests/testdata/run/no_lock_flag/deno.lock')
| -rw-r--r-- | cli/tests/testdata/run/no_lock_flag/deno.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/no_lock_flag/deno.lock b/cli/tests/testdata/run/no_lock_flag/deno.lock new file mode 100644 index 000000000..059f66789 --- /dev/null +++ b/cli/tests/testdata/run/no_lock_flag/deno.lock @@ -0,0 +1,7 @@ +{ + "version": "2", + "remote": { + "http://localhost:4545/subdir/mod2.ts": "cae1d3e9f3c38cd415ff52dff854be8f3d17d35f8d7b3d285e813fb0f6393a2f", + "http://localhost:4545/subdir/print_hello.ts": "foobar" + } +} |
