запрос с ангуляре?
мокать httpclient и метод post
it('method scenarioReorder should return null.', fakeAsync(() => { const body = {value: [{} as Scenario]}; service.scenarioReorder(body).subscribe((data) => { expect(data).toBeNull(); }); const req = httpTestingController.expectOne(url); expect(req.request.method).toEqual('POST'); req.flush(null); tick(); }));
хотя в доке это почему-то через spy https://angular.io/guide/testing-services#testing-http-services
Можно в лс кое-что уточню?)
Обсуждают сегодня