From d32f39f2ec271c7517bbd5113827dc43a7e40641 Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Wed, 2 Oct 2019 23:46:36 +0900 Subject: feat: JSX Support (#3038) --- cli/tests/integration_tests.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 0e0407180..930ad9477 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -322,6 +322,16 @@ itest!(_045_proxy { output: "045_proxy_test.ts.out", }); +itest!(_046_tsx { + args: "run --reload 046_jsx_test.tsx", + output: "046_jsx_test.tsx.out", +}); + +itest!(_047_jsx { + args: "run --reload 047_jsx_test.jsx", + output: "047_jsx_test.jsx.out", +}); + itest!(async_error { exit_code: 1, args: "run --reload async_error.ts", -- cgit v1.2.3