summaryrefslogtreecommitdiff
path: root/cli/tests/integration/npm_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/npm_tests.rs')
-rw-r--r--cli/tests/integration/npm_tests.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/integration/npm_tests.rs b/cli/tests/integration/npm_tests.rs
index 85256df3f..059fac99b 100644
--- a/cli/tests/integration/npm_tests.rs
+++ b/cli/tests/integration/npm_tests.rs
@@ -110,6 +110,13 @@ itest!(sub_paths {
http_server: true,
});
+itest!(tarball_with_global_header {
+ args: "run --unstable -A --quiet npm/tarball_with_global_header/main.js",
+ output: "npm/tarball_with_global_header/main.out",
+ envs: env_vars(),
+ http_server: true,
+});
+
#[test]
fn parallel_downloading() {
let (out, _err) = util::run_and_collect_output_with_args(