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/only_package_json | |
parent | 5cf97f539bb0c3d2bda918f53cd4a976c03b37e3 (diff) |
test: reenable frozen_lockfile tests (#25381)
Ref https://github.com/denoland/deno/issues/25241
Diffstat (limited to 'tests/specs/lockfile/only_package_json')
-rw-r--r-- | tests/specs/lockfile/only_package_json/__test__.jsonc | 6 | ||||
-rw-r--r-- | tests/specs/lockfile/only_package_json/install.out (renamed from tests/specs/lockfile/only_package_json/cache.out) | 0 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/specs/lockfile/only_package_json/__test__.jsonc b/tests/specs/lockfile/only_package_json/__test__.jsonc index 5d79d7a87..f53d68f7d 100644 --- a/tests/specs/lockfile/only_package_json/__test__.jsonc +++ b/tests/specs/lockfile/only_package_json/__test__.jsonc @@ -1,11 +1,9 @@ { "tempDir": true, - // TODO(2.0): re-enable after DENO_FUTURE=1 by default lands - "ignore": true, "steps": [ { - "args": "cache index.js", - "output": "cache.out" + "args": "install", + "output": "install.out" }, { "args": [ diff --git a/tests/specs/lockfile/only_package_json/cache.out b/tests/specs/lockfile/only_package_json/install.out index b8114c12a..b8114c12a 100644 --- a/tests/specs/lockfile/only_package_json/cache.out +++ b/tests/specs/lockfile/only_package_json/install.out |