From db70b77e4b6a24814e0045f7f6afcf77730878a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 10 Jun 2020 14:19:41 +0200 Subject: fix: handle @deno-types in export {} (#6202) * fix: handle @deno-types in export {} * lint * fix tests * fmt * fix test --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') 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", -- cgit v1.2.3