I'm trying to write Angular test using jest :
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [BookListComponent],
}).compileComponents();
}));
When i launched :
npm run test:watch
I got this error :
error TS2304: C annot find name 'async'.