We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9b675 commit 05d29a9Copy full SHA for 05d29a9
modules/angular2/testing.ts
@@ -7,6 +7,6 @@
7
*
8
*/
9
export * from './src/testing/testing';
10
-export * from './src/testing/test_component_builder';
+export {RootTestComponent, TestComponentBuilder} from './src/testing/test_component_builder';
11
export * from './src/testing/test_injector';
12
export * from './src/testing/fake_async';
0 commit comments