Angular 2 RC6: 'pattern-list' is not a known element

后端 未结 3 1488
长发绾君心
长发绾君心 2021-01-05 17:56

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         


        
3条回答
  •  一向
    一向 (楼主)
    2021-01-05 18:11

    I think you need

    TestBed.configureTestingModule({imports: [AppModule]});
    

提交回复
热议问题