diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-22 19:05:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 19:05:18 +0200 |
commit | e191c70989a1dbf29b095bf6c2f7b62b90de012a (patch) | |
tree | 1cece207e007ce9655a90606289a9984932098ab /cli/tests/integration_tests.rs | |
parent | 4b06e357655e5e4e1aba6d9591eeb7ca269850ed (diff) |
fix: ts type imports (#5733)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 59e5f554d..9f73c91b3 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1571,6 +1571,13 @@ itest!(type_directives_redirect { http_server: true, }); +itest!(ts_type_imports { + args: "run --reload ts_type_imports.ts", + output: "ts_type_imports.ts.out", + exit_code: 1, + http_server: true, +}); + itest!(types { args: "types", output: "types.out", |