From 1b5b5ddfa1cb698e776be29034a80aaabc5fff6f Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Tue, 22 May 2018 07:06:11 +0200 Subject: [PATCH] Fixed import in test --- types/loadjs/test/loadjs-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/loadjs/test/loadjs-tests.ts b/types/loadjs/test/loadjs-tests.ts index 0168130361..e61df50ec8 100644 --- a/types/loadjs/test/loadjs-tests.ts +++ b/types/loadjs/test/loadjs-tests.ts @@ -1,4 +1,4 @@ -import * as importedLoadJs from 'loadjs'; +import importedLoadJs = require('loadjs'); const loadOptions: importedLoadJs.LoadOptions = { before: (path, scriptEl) => {},