From 7d151efc683e512386e4ad95bc01259b536d28fc Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 22 Jul 2021 15:34:28 +1000 Subject: fix(cli): info now displays type reference deps (#11478) Fixes #11476 --- cli/tests/integration/info_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/info_tests.rs b/cli/tests/integration/info_tests.rs index 3bba89cc0..af0f259ea 100644 --- a/cli/tests/integration/info_tests.rs +++ b/cli/tests/integration/info_tests.rs @@ -118,3 +118,9 @@ itest!(data_null_error { args: "info info/data_null_error/mod.ts", output: "info/data_null_error/data_null_error.out", }); + +itest!(deno_info_types_header_direct { + args: "info --reload type_directives_01.ts", + output: "info/types_header.out", + http_server: true, +}); -- cgit v1.2.3