Fixed import in test

This commit is contained in:
Christian Rackerseder
2018-05-22 07:06:11 +02:00
parent 7ebaf74cde
commit 1b5b5ddfa1

View File

@@ -1,4 +1,4 @@
import * as importedLoadJs from 'loadjs';
import importedLoadJs = require('loadjs');
const loadOptions: importedLoadJs.LoadOptions = {
before: (path, scriptEl) => {},