fix(typings): don't expose RootTestComponent_

fixes #4776

Closes #4777
This commit is contained in:
Alex Eagle 2015-10-15 16:23:10 -07:00 committed by Alex Eagle
parent fd9b67537d
commit 05d29a936d
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
*
*/
export * from './src/testing/testing';
export * from './src/testing/test_component_builder';
export {RootTestComponent, TestComponentBuilder} from './src/testing/test_component_builder';
export * from './src/testing/test_injector';
export * from './src/testing/fake_async';