From 27d0897841386068560ffad256c6c8ac27adefe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 29 Aug 2024 01:21:59 +0100 Subject: test: run specs::npm::exec_file_inside_npm_package with DENO_FUTURE=1 (#25282) The test is failing if run with `DENO_FUTURE=1` which is blocking https://github.com/denoland/deno/pull/25213. --------- Co-authored-by: David Sherret --- tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/specs') diff --git a/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc b/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc index f816bad86..01e6cc431 100644 --- a/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc +++ b/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc @@ -1,4 +1,7 @@ { "args": "run -A main.ts", - "output": "main.out" + "output": "main.out", + "envs": { + "DENO_FUTURE": "1" + } } -- cgit v1.2.3