From 8f9a942cb911ed017eb128e9fbeb6f9a48e69601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 17 Nov 2019 01:17:47 +0100 Subject: Use futures 0.3 API (#3358) --- cli/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index a366838a1..2bb577fbb 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -319,11 +319,13 @@ itest!(_044_bad_resource { exit_code: 1, }); +/* itest!(_045_proxy { args: "run --allow-net --allow-env --allow-run --reload 045_proxy_test.ts", output: "045_proxy_test.ts.out", http_server: true, }); +*/ itest!(_046_tsx { args: "run --reload 046_jsx_test.tsx", -- cgit v1.2.3