diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-13 17:04:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 17:04:00 -0400 |
| commit | a35c8e6588fec21586bcb19146cad19fa01f4f23 (patch) | |
| tree | 9960d58720a25263ca3ee8baca0966f2727b0f37 /cli/tests/testdata/lockfile/basic/deno.json | |
| parent | 3db03abf880ae1217d49d8a530a9dfa3f3760e51 (diff) | |
fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)
Closes #18159
Diffstat (limited to 'cli/tests/testdata/lockfile/basic/deno.json')
| -rw-r--r-- | cli/tests/testdata/lockfile/basic/deno.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/lockfile/basic/deno.json b/cli/tests/testdata/lockfile/basic/deno.json new file mode 100644 index 000000000..d6541b78e --- /dev/null +++ b/cli/tests/testdata/lockfile/basic/deno.json @@ -0,0 +1,5 @@ +{ + "imports": { + "mod": "http://localhost:4545/lockfile/basic/mod.ts" + } +} |
