fix/ Fix npm run lint

This commit is contained in:
Maxime GRIS
2017-06-08 12:55:53 +02:00
parent 7e71add264
commit db7972aca4
7 changed files with 103 additions and 76 deletions

View File

@@ -13,8 +13,8 @@ import {
} from '@angular/platform-browser-dynamic/testing';
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
declare var __karma__: any;
declare var require: any;
declare const __karma__: any;
declare const require: any;
// Prevent Karma from running prematurely.
__karma__.loaded = function () {};