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/mod.ts | |
parent | 3db03abf880ae1217d49d8a530a9dfa3f3760e51 (diff) |
fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)
Closes #18159
Diffstat (limited to 'cli/tests/testdata/lockfile/basic/mod.ts')
-rw-r--r-- | cli/tests/testdata/lockfile/basic/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/lockfile/basic/mod.ts b/cli/tests/testdata/lockfile/basic/mod.ts new file mode 100644 index 000000000..0f3785f91 --- /dev/null +++ b/cli/tests/testdata/lockfile/basic/mod.ts @@ -0,0 +1 @@ +console.log(5); |