Simply running the application I get no error and it works just fine, but when I run my tests I get the following error:
\'pattern-list\' is not a known elem
I think you need
TestBed.configureTestingModule({imports: [AppModule]});