From 02d46bae9f60e8114af2a107c05d717be3a7e70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 31 May 2020 21:08:26 +0200 Subject: fix: media type for .cjs and application/node (#6005) --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 6ab204082..807efb1c5 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1832,6 +1832,11 @@ itest!(es_private_fields { output: "es_private_fields.js.out", }); +itest!(cjs_imports { + args: "run --quiet --reload cjs_imports.ts", + output: "cjs_imports.ts.out", +}); + itest!(proto_exploit { args: "run proto_exploit.js", output: "proto_exploit.js.out", -- cgit v1.2.3