summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index b158c9b55..dd6b740e3 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -2702,6 +2702,11 @@ console.log("finish");
output: "bundle.test.out",
});
+ itest!(bundle_jsx {
+ args: "bundle jsx_import_from_ts.ts",
+ output: "bundle_jsx.out",
+ });
+
itest!(fmt_check_tests_dir {
args: "fmt --check ./",
output: "fmt/expected_fmt_check_tests_dir.out",