summaryrefslogtreecommitdiff
path: root/cli/tests/integration/bundle_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-10-13 08:55:28 -0400
committerGitHub <noreply@github.com>2021-10-13 08:55:28 -0400
commit43a63530acb16e57cbb190eacedbd097c536a775 (patch)
treee69e18bc5c536b63a8bb7b426cdf8d266217bd4c /cli/tests/integration/bundle_tests.rs
parentd5a7a6d5756dd55a651d43bb9d47bade80bcca86 (diff)
chore: test for bundling export specifier with alias (#12421)
Diffstat (limited to 'cli/tests/integration/bundle_tests.rs')
-rw-r--r--cli/tests/integration/bundle_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration/bundle_tests.rs b/cli/tests/integration/bundle_tests.rs
index 4e68af0b1..9010ec9b1 100644
--- a/cli/tests/integration/bundle_tests.rs
+++ b/cli/tests/integration/bundle_tests.rs
@@ -373,3 +373,8 @@ itest!(ts_decorators_bundle {
args: "bundle ts_decorators_bundle.ts",
output: "ts_decorators_bundle.out",
});
+
+itest!(bundle_export_specifier_with_alias {
+ args: "bundle bundle/file_tests-fixture16.ts",
+ output: "bundle/fixture16.out",
+});