File tree 3 files changed +2
-4
lines changed
addon/ng2/blueprints/ng2/files
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import 'zone.js/dist/fake-async-test';
9
9
10
10
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
11
11
declare var __karma__ : any ;
12
+ declare var require : any ;
12
13
13
14
// Prevent Karma from running prematurely.
14
15
__karma__ . loaded = function ( ) { } ;
Original file line number Diff line number Diff line change 3
3
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
4
4
5
5
declare var System : any ;
6
- declare var module : { id : string } ;
7
- declare var require : any ;
8
-
Original file line number Diff line number Diff line change 43
43
"karma-cli" : " ^1.0.1" ,
44
44
"karma-jasmine" : " ^1.0.2" ,
45
45
"karma-remap-istanbul" : " ^0.2.1" ,
46
- "protractor" : " 4.0.3 " ,
46
+ "protractor" : " 4.0.5 " ,
47
47
"ts-node" : " 1.2.1" ,
48
48
"tslint" : " 3.13.0" ,
49
49
"typescript" : " 2.0.2"
You can’t perform that action at this time.
0 commit comments