summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-10 14:19:41 +0200
committerGitHub <noreply@github.com>2020-06-10 14:19:41 +0200
commitdb70b77e4b6a24814e0045f7f6afcf77730878a7 (patch)
tree0aeb0ba674aa6cd2b978742993329616dafa80fc /cli/tests/integration_tests.rs
parentaf69f25319ba27226f4b79e7d4ed0190448a8b8b (diff)
fix: handle @deno-types in export {} (#6202)
* fix: handle @deno-types in export {} * lint * fix tests * fmt * fix test
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index d70527881..c62a9a501 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -1729,6 +1729,12 @@ itest!(type_definitions {
output: "type_definitions.ts.out",
});
+itest!(type_definitions_for_export {
+ args: "run --reload type_definitions_for_export.ts",
+ output: "type_definitions_for_export.ts.out",
+ exit_code: 1,
+});
+
itest!(type_directives_01 {
args: "run --reload -L debug type_directives_01.ts",
output: "type_directives_01.ts.out",