After updating my Angular application from V15 to V16, I encountered an error in some of my tests:
ExampleComponent › should create component
TypeError: Cannot read properties of undefined (reading 'ɵpipe')
35 |
36 | beforeEach(async () => {
> 37 | await TestBed.configureTestingModule({
Has anyone else experienced this issue before and figured out what is causing it?