HttpClient服务中的错误测试

时间:2018-07-29 11:48:10

标签: angular jasmine

我正在学习使用Jasmine测试Angular应用程序,并尝试处理我的HttpClient服务。所有规范均已成功执行,我想模拟出现问题时的情况。我写了一个规范,但执行时出现这样的错误“ TypeError:无法读取未定义的属性'status'” 。我不明白,为什么会收到此错误以及如何进行处理。 这是我的规格:

apiVersion: apps/v1beta1
kind: Deployment
metadata:
  name: some_deployment
spec:
  replicas: 1
  template:
    metadata:
      labels:
        app: some_deployment
    spec:
      containers:
      - name: some_image
        image: REGISTRY_NAME.azurecr.io/repository:tag
        .
        .
        .
        imagePullSecrets:
        - name: YOUR_SECRET_NAME 

0 个答案:

没有答案