Angular 4 unit testing with jasmine /karma with http post mocking - how to fix

前端 未结 4 807
抹茶落季
抹茶落季 2021-01-04 23:35

I have a service I want to unit test in angular 4 typescript jasmine.

Now, the http is doing a post , and it returns an identity, however

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-04 23:38

    With Angular 4.3 came the HttpClient service which replaces Http and provides an easier way to mock HTTP requests. It's well documented on the official page: https://angular.io/guide/http

提交回复
热议问题