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 ++---- tests/specs/lockfile/only_package_json/cache.out | 3 --- tests/specs/lockfile/only_package_json/install.out | 3 +++ 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 tests/specs/lockfile/only_package_json/cache.out create mode 100644 tests/specs/lockfile/only_package_json/install.out (limited to 'tests/specs/lockfile/only_package_json') 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/cache.out deleted file mode 100644 index b8114c12a..000000000 --- a/tests/specs/lockfile/only_package_json/cache.out +++ /dev/null @@ -1,3 +0,0 @@ -Download http://localhost:4260/@denotest/esm-basic -Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz -Initialize @denotest/esm-basic@1.0.0 diff --git a/tests/specs/lockfile/only_package_json/install.out b/tests/specs/lockfile/only_package_json/install.out new file mode 100644 index 000000000..b8114c12a --- /dev/null +++ b/tests/specs/lockfile/only_package_json/install.out @@ -0,0 +1,3 @@ +Download http://localhost:4260/@denotest/esm-basic +Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz +Initialize @denotest/esm-basic@1.0.0 -- cgit v1.2.3