From a4e1d7d2e750831a1891b9267c8585a3e90083af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 11 Sep 2019 12:47:34 +0200 Subject: fix: type directives import (#2910) --- tests/type_definitions.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/type_definitions.ts') diff --git a/tests/type_definitions.ts b/tests/type_definitions.ts index 372501166..8e85df2b9 100644 --- a/tests/type_definitions.ts +++ b/tests/type_definitions.ts @@ -1,4 +1,6 @@ // @deno-types="./type_definitions/foo.d.ts" import { foo } from "./type_definitions/foo.js"; +// @deno-types="./type_definitions/fizz.d.ts" +import "./type_definitions/fizz.js"; console.log(foo); -- cgit v1.2.3