@@ -59,26 +59,29 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
59
59
'___core_private_testing_types__' ,
60
60
'___compiler_private__' ,
61
61
'__core_private__' ,
62
- '___core_private__'
62
+ '___core_private__' ,
63
+ '___core_private_testing_placeholder__' ,
64
+ '___core_private_testing__'
63
65
] ;
64
66
65
67
readTypeScriptModules . sourceFiles = [
66
68
'@angular/common/index.ts' ,
67
- '@angular/common/testing.ts' ,
69
+ '@angular/common/testing/index .ts' ,
68
70
'@angular/core/index.ts' ,
69
- '@angular/core/testing.ts' ,
71
+ '@angular/core/testing/index .ts' ,
70
72
'@angular/forms/index.ts' ,
71
73
'@angular/http/index.ts' ,
72
- '@angular/http/testing.ts' ,
74
+ '@angular/http/testing/index .ts' ,
73
75
'@angular/platform-browser/index.ts' ,
74
- '@angular/platform-browser/testing.ts' ,
76
+ '@angular/platform-browser/testing/index .ts' ,
75
77
'@angular/platform-browser-dynamic/index.ts' ,
76
- '@angular/platform-browser-dynamic/testing.ts' ,
78
+ '@angular/platform-browser-dynamic/testing/index .ts' ,
77
79
'@angular/platform-server/index.ts' ,
78
- '@angular/platform-server/testing.ts' ,
80
+ '@angular/platform-server/testing/index .ts' ,
79
81
'@angular/platform-webworker/index.ts' ,
80
82
'@angular/platform-webworker-dynamic/index.ts' ,
81
83
'@angular/router/index.ts' ,
84
+ '@angular/router/testing/index.ts' ,
82
85
'@angular/router-deprecated/index.ts' ,
83
86
'@angular/upgrade/index.ts' ,
84
87
] ;
0 commit comments