From c936537423931b4e4ed933c0bd704d9b3c02f5c4 Mon Sep 17 00:00:00 2001 From: vvakame Date: Sat, 29 Aug 2015 00:37:28 +0900 Subject: [PATCH] fix jsdom/jsdom-tests.ts --- jsdom/jsdom-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsdom/jsdom-tests.ts b/jsdom/jsdom-tests.ts index 504f1f064..1f0d04a0b 100644 --- a/jsdom/jsdom-tests.ts +++ b/jsdom/jsdom-tests.ts @@ -1,3 +1,5 @@ +/// + import jsdom = require("jsdom"); jsdom.defaultDocumentFeatures.FetchExternalResources = ["img"];