From c3c16f025ca6f30f3faaa70481a125494ddcea87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 23 May 2020 19:04:29 +0200 Subject: fix: TSX analysis in module graph loader (#5785) --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 457a345dd..b3f792b4e 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1723,6 +1723,11 @@ itest!(disallow_http_from_https_ts { exit_code: 1, }); +itest!(tsx_imports { + args: "run --reload tsx_imports.ts", + output: "tsx_imports.ts.out", +}); + itest!(fix_js_import_js { args: "run --quiet --reload fix_js_import_js.ts", output: "fix_js_import_js.ts.out", -- cgit v1.2.3