refactor(testing): introduce new testing api to support ng modules
BREAKING CHANGE: - deprecations: * `withProviders`, use `TestBed.withModule` instead * `addProviders`, use `TestBed.configureTestingModule` instead * `TestComponentBuilder`, use `TestBed.configureTestModule` / `TestBed.override...` / `TestBed.createComponent` instead. Closes #10354
This commit is contained in:
@ -12,3 +12,6 @@ export * from './testing/fake_async';
|
||||
export * from './testing/test_component_builder';
|
||||
export * from './testing/test_bed';
|
||||
export * from './testing/testing';
|
||||
export * from './testing/metadata_override';
|
||||
|
||||
export * from './private_export_testing';
|
||||
|
Reference in New Issue
Block a user