Angular - Testing
What is wrong with this test snippet?
const req = httpMock.expectOne('/api/items');
req.flush({ data: 'test' });
httpMock.expectOne('/api/items');