From f583a7ebf4f7c4ef21061fba802f80fd2d5299e7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 26 Aug 2022 09:17:48 -0400 Subject: chore(npm): add test for esm npm binary package (#15609) --- cli/tests/integration/npm_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration/npm_tests.rs') diff --git a/cli/tests/integration/npm_tests.rs b/cli/tests/integration/npm_tests.rs index c46f8e92b..582284c36 100644 --- a/cli/tests/integration/npm_tests.rs +++ b/cli/tests/integration/npm_tests.rs @@ -226,6 +226,13 @@ itest!(deno_run_cowthink { http_server: true, }); +itest!(deno_run_esm_module { + args: "run --unstable -A --quiet npm:@denotest/esm-bin this is a test", + output: "npm/deno_run_esm.out", + envs: env_vars(), + http_server: true, +}); + itest!(deno_run_non_existent { args: "run --unstable npm:mkdirp@0.5.125", output: "npm/deno_run_non_existent.out", -- cgit v1.2.3