summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/no_declaration_files/__test__.jsonc
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-28 04:23:51 +0100
committerGitHub <noreply@github.com>2024-08-28 13:23:51 +1000
commitefcabce1c117a2e0fed8604d887695a0a19a37ad (patch)
tree63606b73b8ded2bd4cb2955540f62a394a956b9c /tests/specs/lockfile/no_declaration_files/__test__.jsonc
parent511d13abaf5cc98cc01250f7adc5edf15dc29276 (diff)
feat: remove `--lock-write` flag (#25214)
This commit remove `--lock-write` that was deprecated in v1.45 release. Closes https://github.com/denoland/deno/issues/24167. --------- Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'tests/specs/lockfile/no_declaration_files/__test__.jsonc')
-rw-r--r--tests/specs/lockfile/no_declaration_files/__test__.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/lockfile/no_declaration_files/__test__.jsonc b/tests/specs/lockfile/no_declaration_files/__test__.jsonc
index 8bbb55825..3238416b0 100644
--- a/tests/specs/lockfile/no_declaration_files/__test__.jsonc
+++ b/tests/specs/lockfile/no_declaration_files/__test__.jsonc
@@ -1,7 +1,7 @@
{
"tempDir": true,
"steps": [{
- "args": "cache --lock --lock-write main.ts",
+ "args": "cache --lock --frozen=false main.ts",
"output": "main.cache.out"
}, {
"args": [