diff options
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 |