summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/frozen_lockfile/__test__.jsonc
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-03 11:43:10 +0100
committerGitHub <noreply@github.com>2024-09-03 06:43:10 -0400
commit241fa7bc97c678a8021a136cf9abc142cb0e21a8 (patch)
tree0d4da6f52337aef6aa3383a44e166c401dc2f630 /tests/specs/lockfile/frozen_lockfile/__test__.jsonc
parent5cf97f539bb0c3d2bda918f53cd4a976c03b37e3 (diff)
test: reenable frozen_lockfile tests (#25381)
Ref https://github.com/denoland/deno/issues/25241
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/__test__.jsonc')
-rw-r--r--tests/specs/lockfile/frozen_lockfile/__test__.jsonc4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/__test__.jsonc b/tests/specs/lockfile/frozen_lockfile/__test__.jsonc
index 52cb6321b..36a1fc71e 100644
--- a/tests/specs/lockfile/frozen_lockfile/__test__.jsonc
+++ b/tests/specs/lockfile/frozen_lockfile/__test__.jsonc
@@ -1,7 +1,5 @@
{
"tempDir": true,
- // TODO(2.0): re-enable after DENO_FUTURE=1 by default lands
- "ignore": true,
"tests": {
"error_with_new_npm_dep": {
"steps": [
@@ -64,7 +62,7 @@
{
"args": [
"eval",
- "Deno.writeTextFileSync('deno.json', `{ \"nodeModules\": \"local-auto\" }`)"
+ "Deno.writeTextFileSync('deno.json', `{ \"nodeModulesDir\": \"auto\" }`)"
],
"output": "[WILDCARD]"
},