Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e02f255

Browse files
committed
chore: add testing API back
1 parent 1804f48 commit e02f255

File tree

1 file changed

+10
-7
lines changed
  • tools/api-builder/angular.io-package

1 file changed

+10
-7
lines changed

tools/api-builder/angular.io-package/index.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,26 +59,29 @@ module.exports = new Package('angular.io', [basePackage, targetPackage, cheatshe
5959
'___core_private_testing_types__',
6060
'___compiler_private__',
6161
'__core_private__',
62-
'___core_private__'
62+
'___core_private__',
63+
'___core_private_testing_placeholder__',
64+
'___core_private_testing__'
6365
];
6466

6567
readTypeScriptModules.sourceFiles = [
6668
'@angular/common/index.ts',
67-
'@angular/common/testing.ts',
69+
'@angular/common/testing/index.ts',
6870
'@angular/core/index.ts',
69-
'@angular/core/testing.ts',
71+
'@angular/core/testing/index.ts',
7072
'@angular/forms/index.ts',
7173
'@angular/http/index.ts',
72-
'@angular/http/testing.ts',
74+
'@angular/http/testing/index.ts',
7375
'@angular/platform-browser/index.ts',
74-
'@angular/platform-browser/testing.ts',
76+
'@angular/platform-browser/testing/index.ts',
7577
'@angular/platform-browser-dynamic/index.ts',
76-
'@angular/platform-browser-dynamic/testing.ts',
78+
'@angular/platform-browser-dynamic/testing/index.ts',
7779
'@angular/platform-server/index.ts',
78-
'@angular/platform-server/testing.ts',
80+
'@angular/platform-server/testing/index.ts',
7981
'@angular/platform-webworker/index.ts',
8082
'@angular/platform-webworker-dynamic/index.ts',
8183
'@angular/router/index.ts',
84+
'@angular/router/testing/index.ts',
8285
'@angular/router-deprecated/index.ts',
8386
'@angular/upgrade/index.ts',
8487
];

0 commit comments

Comments
 (0)