chore(test): remove deprecated RootTestComponent
Uses of `RootTestComponent` should be migrated to `ComponentFixture`.
This commit is contained in:
committed by
Jeremy Elbourn
parent
c7242a39d2
commit
ad99199d50
@@ -7,11 +7,7 @@
|
||||
*
|
||||
*/
|
||||
export * from './src/testing/testing';
|
||||
export {
|
||||
ComponentFixture,
|
||||
RootTestComponent,
|
||||
TestComponentBuilder
|
||||
} from './src/testing/test_component_builder';
|
||||
export {ComponentFixture, TestComponentBuilder} from './src/testing/test_component_builder';
|
||||
export * from './src/testing/test_injector';
|
||||
export * from './src/testing/fake_async';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user