diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-03 11:43:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 06:43:10 -0400 |
commit | 241fa7bc97c678a8021a136cf9abc142cb0e21a8 (patch) | |
tree | 0d4da6f52337aef6aa3383a44e166c401dc2f630 /tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out | |
parent | 5cf97f539bb0c3d2bda918f53cd4a976c03b37e3 (diff) |
test: reenable frozen_lockfile tests (#25381)
Ref https://github.com/denoland/deno/issues/25241
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out')
-rw-r--r-- | tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out b/tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out index f04aea55c..ba63f475a 100644 --- a/tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out +++ b/tests/specs/lockfile/frozen_lockfile/no_lockfile_run.out @@ -1,5 +1,5 @@ Download http://localhost:4260/@denotest/add -error: The lockfile is out of date. Run `deno cache --frozen=false` or rerun with `--frozen=false` to update it. +error: The lockfile is out of date. Run `deno cache --frozen=false`, `deno install --frozen=false`, or rerun with `--frozen=false` to update it. changes: 1 | - 1 | +{ |