refactor(ivy): cleanup the public API for core/testing (#25492)

PR Close #25492
This commit is contained in:
Victor Berchet
2018-08-14 16:27:04 -07:00
committed by Ben Lesh
parent 01ec5fd6b0
commit 1f1103913a
7 changed files with 260 additions and 191 deletions

View File

@ -6,5 +6,5 @@
* found in the LICENSE file at https://angular.io/license
*/
// `MetadataOverrider` has been moved to core to allow using it from the render3 TestBed
export {MetadataOverrider} from '@angular/core/testing';
// `MetadataOverrider` has been moved to core/testing to allow using it from the render3 TestBed
export {ɵMetadataOverrider as MetadataOverrider} from '@angular/core/testing';