Cannot find name 'async' when testing Angular 11 witj jest

后端 未结 0 1726
无人及你
无人及你 2020-12-02 21:15

I\'m trying to write Angular test using jest :

beforeEach(async(() => {
    TestBed.configureTestingModule({
      declarations: [BookListComponent],
    }         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题