summaryrefslogtreecommitdiff
path: root/cli/tests/tsx_imports.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-23 19:04:29 +0200
committerGitHub <noreply@github.com>2020-05-23 19:04:29 +0200
commitc3c16f025ca6f30f3faaa70481a125494ddcea87 (patch)
tree1c2f4ba66838f1177ce01546426c5fea7e73869c /cli/tests/tsx_imports.ts
parent94f1de5f805638b7bc06ac36b7fb8adb568c7a25 (diff)
fix: TSX analysis in module graph loader (#5785)
Diffstat (limited to 'cli/tests/tsx_imports.ts')
-rw-r--r--cli/tests/tsx_imports.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/tsx_imports.ts b/cli/tests/tsx_imports.ts
new file mode 100644
index 000000000..44ba10b7a
--- /dev/null
+++ b/cli/tests/tsx_imports.ts
@@ -0,0 +1 @@
+import "./Component.tsx";