From 241fa7bc97c678a8021a136cf9abc142cb0e21a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 3 Sep 2024 11:43:10 +0100 Subject: test: reenable frozen_lockfile tests (#25381) Ref https://github.com/denoland/deno/issues/25241 --- tests/specs/lockfile/only_package_json/__test__.jsonc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/specs/lockfile/only_package_json/__test__.jsonc') 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": [ -- cgit v1.2.3