Friday, May 24, 2019

Stub a nested component when testing a wrapping component in Angular 7.

Just make a placebo component that does less and loop it in at declarations in TestBed.configureTestingModule in beforeEach instead of its smarter sister.

No comments:

Post a Comment