chore(test): remove TestBed

Instead, use TestComponentBuilder.

Closes #2354
This commit is contained in:
Julie Ralph
2015-06-26 16:27:05 -07:00
parent 82e8e8c638
commit 8c66a25270
3 changed files with 1 additions and 144 deletions

View File

@ -7,5 +7,5 @@
* This module is not included in the `angular2` module; you must import the test module explicitly.
*
*/
export * from './src/test_lib/test_bed';
export * from './src/test_lib/test_component_builder';
export * from './src/test_lib/test_injector';