diff options
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/lockfile/no_declaration_files/__test__.jsonc | 2 | ||||
-rw-r--r-- | tests/specs/lockfile/no_declaration_files/main.cache.out | 1 |
2 files changed, 1 insertions, 2 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": [ diff --git a/tests/specs/lockfile/no_declaration_files/main.cache.out b/tests/specs/lockfile/no_declaration_files/main.cache.out index 84e728d66..ee8ad33ab 100644 --- a/tests/specs/lockfile/no_declaration_files/main.cache.out +++ b/tests/specs/lockfile/no_declaration_files/main.cache.out @@ -1,3 +1,2 @@ -Warning "--lock-write" flag is deprecated and will be removed in Deno 2. Download http://localhost:4545/lockfile/no_dts/mod.js Download http://localhost:4545/lockfile/no_dts/mod.d.ts |