From 2ab49a80a62f00e5540907d6d85cf15a9cce070e Mon Sep 17 00:00:00 2001 From: Tilman Roeder Date: Tue, 4 Feb 2020 16:27:50 +0000 Subject: Do not encode files loaded from network as utf8 (#3856) --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 7ca686e38..7d3eaf887 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -834,6 +834,12 @@ itest!(_053_import_compression { http_server: true, }); +itest!(import_wasm_via_network { + args: "run --reload http://127.0.0.1:4545/cli/tests/055_import_wasm_via_network.ts", + output: "055_import_wasm_via_network.ts.out", + http_server: true, +}); + mod util { use deno::colors::strip_ansi_codes; pub use deno::test_util::*; -- cgit v1.2.3