{
  "type": "Program",
  "start": 0,
  "end": 1582,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 70,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 54,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 54
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 11,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 11,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            },
            "name": "User"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 17,
        "end": 53,
        "loc": {
          "start": {
            "line": 1,
            "column": 17
          },
          "end": {
            "line": 1,
            "column": 53
          }
        },
        "value": "../../../src/components/login/user",
        "rawValue": "../../../src/components/login/user",
        "raw": "\"../../../src/components/login/user\""
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 56,
      "end": 133,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 77
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 60,
          "end": 132,
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 76
            }
          },
          "id": {
            "type": "Identifier",
            "start": 60,
            "end": 68,
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 12
              }
            },
            "name": "Injector"
          },
          "init": {
            "type": "CallExpression",
            "start": 71,
            "end": 132,
            "loc": {
              "start": {
                "line": 3,
                "column": 15
              },
              "end": {
                "line": 3,
                "column": 76
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 71,
              "end": 78,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 15
                },
                "end": {
                  "line": 3,
                  "column": 22
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 79,
                "end": 131,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 23
                  },
                  "end": {
                    "line": 3,
                    "column": 75
                  }
                },
                "value": "inject!../../../src/components/login/login_manager",
                "rawValue": "inject!../../../src/components/login/login_manager",
                "raw": "\"inject!../../../src/components/login/login_manager\""
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 135,
      "end": 161,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 26
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 139,
          "end": 160,
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 25
            }
          },
          "id": {
            "type": "Identifier",
            "start": 139,
            "end": 146,
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 11
              }
            },
            "name": "doneSpy"
          },
          "init": {
            "type": "CallExpression",
            "start": 149,
            "end": 160,
            "loc": {
              "start": {
                "line": 5,
                "column": 14
              },
              "end": {
                "line": 5,
                "column": 25
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 149,
              "end": 158,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 14
                },
                "end": {
                  "line": 5,
                  "column": 23
                }
              },
              "object": {
                "type": "Identifier",
                "start": 149,
                "end": 154,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 14
                  },
                  "end": {
                    "line": 5,
                    "column": 19
                  }
                },
                "name": "sinon"
              },
              "property": {
                "type": "Identifier",
                "start": 155,
                "end": 158,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 20
                  },
                  "end": {
                    "line": 5,
                    "column": 23
                  }
                },
                "name": "spy"
              },
              "computed": false
            },
            "arguments": []
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 162,
      "end": 188,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 26
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 166,
          "end": 187,
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 6,
              "column": 25
            }
          },
          "id": {
            "type": "Identifier",
            "start": 166,
            "end": 173,
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 11
              }
            },
            "name": "failSpy"
          },
          "init": {
            "type": "CallExpression",
            "start": 176,
            "end": 187,
            "loc": {
              "start": {
                "line": 6,
                "column": 14
              },
              "end": {
                "line": 6,
                "column": 25
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 176,
              "end": 185,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 14
                },
                "end": {
                  "line": 6,
                  "column": 23
                }
              },
              "object": {
                "type": "Identifier",
                "start": 176,
                "end": 181,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 14
                  },
                  "end": {
                    "line": 6,
                    "column": 19
                  }
                },
                "name": "sinon"
              },
              "property": {
                "type": "Identifier",
                "start": 182,
                "end": 185,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 20
                  },
                  "end": {
                    "line": 6,
                    "column": 23
                  }
                },
                "name": "spy"
              },
              "computed": false
            },
            "arguments": []
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 190,
      "end": 273,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 5
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 194,
          "end": 272,
          "loc": {
            "start": {
              "line": 8,
              "column": 4
            },
            "end": {
              "line": 12,
              "column": 4
            }
          },
          "id": {
            "type": "Identifier",
            "start": 194,
            "end": 202,
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 12
              }
            },
            "name": "ajaxMock"
          },
          "init": {
            "type": "CallExpression",
            "start": 205,
            "end": 272,
            "loc": {
              "start": {
                "line": 8,
                "column": 15
              },
              "end": {
                "line": 12,
                "column": 4
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 205,
              "end": 228,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 9,
                  "column": 10
                }
              },
              "object": {
                "type": "CallExpression",
                "start": 205,
                "end": 217,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 8,
                    "column": 27
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 205,
                  "end": 215,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 15
                    },
                    "end": {
                      "line": 8,
                      "column": 25
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 205,
                    "end": 210,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 15
                      },
                      "end": {
                        "line": 8,
                        "column": 20
                      }
                    },
                    "name": "sinon"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 211,
                    "end": 215,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 21
                      },
                      "end": {
                        "line": 8,
                        "column": 25
                      }
                    },
                    "name": "stub"
                  },
                  "computed": false
                },
                "arguments": []
              },
              "property": {
                "type": "Identifier",
                "start": 221,
                "end": 228,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 3
                  },
                  "end": {
                    "line": 9,
                    "column": 10
                  }
                },
                "name": "returns"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 229,
                "end": 271,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 11
                  },
                  "end": {
                    "line": 12,
                    "column": 3
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 235,
                    "end": 248,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 17
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 235,
                      "end": 239,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 8
                        }
                      },
                      "name": "done"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 241,
                      "end": 248,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 10
                        },
                        "end": {
                          "line": 10,
                          "column": 17
                        }
                      },
                      "name": "doneSpy"
                    },
                    "kind": "init"
                  },
                  {
                    "type": "Property",
                    "start": 254,
                    "end": 267,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 17
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 254,
                      "end": 258,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 8
                        }
                      },
                      "name": "fail"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 260,
                      "end": 267,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 10
                        },
                        "end": {
                          "line": 11,
                          "column": 17
                        }
                      },
                      "name": "failSpy"
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 275,
      "end": 344,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 18,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 279,
          "end": 344,
          "loc": {
            "start": {
              "line": 14,
              "column": 4
            },
            "end": {
              "line": 18,
              "column": 2
            }
          },
          "id": {
            "type": "Identifier",
            "start": 279,
            "end": 291,
            "loc": {
              "start": {
                "line": 14,
                "column": 4
              },
              "end": {
                "line": 14,
                "column": 16
              }
            },
            "name": "LoginManager"
          },
          "init": {
            "type": "CallExpression",
            "start": 294,
            "end": 344,
            "loc": {
              "start": {
                "line": 14,
                "column": 19
              },
              "end": {
                "line": 18,
                "column": 2
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 294,
              "end": 302,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 19
                },
                "end": {
                  "line": 14,
                  "column": 27
                }
              },
              "name": "Injector"
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 303,
                "end": 343,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 28
                  },
                  "end": {
                    "line": 18,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 307,
                    "end": 341,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 2
                      },
                      "end": {
                        "line": 17,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Literal",
                      "start": 307,
                      "end": 315,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 2
                        },
                        "end": {
                          "line": 15,
                          "column": 10
                        }
                      },
                      "value": "jquery",
                      "rawValue": "jquery",
                      "raw": "\"jquery\""
                    },
                    "value": {
                      "type": "ObjectExpression",
                      "start": 317,
                      "end": 341,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 12
                        },
                        "end": {
                          "line": 17,
                          "column": 3
                        }
                      },
                      "properties": [
                        {
                          "type": "Property",
                          "start": 323,
                          "end": 337,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 4
                            },
                            "end": {
                              "line": 16,
                              "column": 18
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 323,
                            "end": 327,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 4
                              },
                              "end": {
                                "line": 16,
                                "column": 8
                              }
                            },
                            "name": "ajax"
                          },
                          "value": {
                            "type": "Identifier",
                            "start": 329,
                            "end": 337,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 10
                              },
                              "end": {
                                "line": 16,
                                "column": 18
                              }
                            },
                            "name": "ajaxMock"
                          },
                          "kind": "init"
                        }
                      ]
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "ExpressionStatement",
      "start": 347,
      "end": 1581,
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 69,
          "column": 3
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 347,
        "end": 1580,
        "loc": {
          "start": {
            "line": 21,
            "column": 0
          },
          "end": {
            "line": 69,
            "column": 2
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 347,
          "end": 355,
          "loc": {
            "start": {
              "line": 21,
              "column": 0
            },
            "end": {
              "line": 21,
              "column": 8
            }
          },
          "name": "describe"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 356,
            "end": 371,
            "loc": {
              "start": {
                "line": 21,
                "column": 9
              },
              "end": {
                "line": 21,
                "column": 24
              }
            },
            "value": "login manager",
            "rawValue": "login manager",
            "raw": "\"login manager\""
          },
          {
            "type": "ArrowFunctionExpression",
            "start": 373,
            "end": 1579,
            "loc": {
              "start": {
                "line": 21,
                "column": 26
              },
              "end": {
                "line": 69,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "start": 379,
              "end": 1579,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 32
                },
                "end": {
                  "line": 69,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 383,
                  "end": 479,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 2
                    },
                    "end": {
                      "line": 24,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 383,
                    "end": 478,
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 2
                      },
                      "end": {
                        "line": 24,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 383,
                      "end": 385,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 2
                        },
                        "end": {
                          "line": 22,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 386,
                        "end": 405,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 5
                          },
                          "end": {
                            "line": 22,
                            "column": 24
                          }
                        },
                        "value": "should be a class",
                        "rawValue": "should be a class",
                        "raw": "\"should be a class\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 407,
                        "end": 477,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 26
                          },
                          "end": {
                            "line": 24,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 413,
                          "end": 477,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 32
                            },
                            "end": {
                              "line": 24,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 419,
                              "end": 473,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 4
                                },
                                "end": {
                                  "line": 23,
                                  "column": 58
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 419,
                                "end": 472,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 419,
                                  "end": 470,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 55
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 419,
                                    "end": 467,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 419,
                                      "end": 464,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 419,
                                        "end": 461,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 46
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 419,
                                          "end": 425,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 4
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 10
                                            }
                                          },
                                          "name": "expect"
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 426,
                                            "end": 460,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 45
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 426,
                                              "end": 445,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 30
                                                }
                                              },
                                              "operator": "typeof",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 433,
                                                "end": 445,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 30
                                                  }
                                                },
                                                "name": "LoginManager"
                                              }
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "Literal",
                                              "start": 450,
                                              "end": 460,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 45
                                                }
                                              },
                                              "value": "function",
                                              "rawValue": "function",
                                              "raw": "\"function\""
                                            }
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 462,
                                        "end": 464,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 49
                                          }
                                        },
                                        "name": "to"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 465,
                                      "end": 467,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 52
                                        }
                                      },
                                      "name": "be"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 468,
                                    "end": 470,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 55
                                      }
                                    },
                                    "name": "ok"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 11,
                    "_esdocTestName": "it11"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 483,
                  "end": 632,
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 2
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 483,
                    "end": 631,
                    "loc": {
                      "start": {
                        "line": 26,
                        "column": 2
                      },
                      "end": {
                        "line": 32,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 483,
                      "end": 485,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 2
                        },
                        "end": {
                          "line": 26,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 486,
                        "end": 513,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 5
                          },
                          "end": {
                            "line": 26,
                            "column": 32
                          }
                        },
                        "value": "should check for statuses",
                        "rawValue": "should check for statuses",
                        "raw": "\"should check for statuses\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 515,
                        "end": 630,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 34
                          },
                          "end": {
                            "line": 32,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 521,
                          "end": 630,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 40
                            },
                            "end": {
                              "line": 32,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 527,
                              "end": 558,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 4
                                },
                                "end": {
                                  "line": 27,
                                  "column": 35
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 531,
                                  "end": 557,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 34
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 531,
                                    "end": 536,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 13
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 539,
                                    "end": 557,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 543,
                                      "end": 555,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 32
                                        }
                                      },
                                      "name": "LoginManager"
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 564,
                              "end": 603,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 4
                                },
                                "end": {
                                  "line": 29,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 564,
                                "end": 602,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 564,
                                  "end": 600,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 564,
                                    "end": 597,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 564,
                                      "end": 594,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 564,
                                        "end": 591,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 31
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 564,
                                          "end": 570,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 4
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 10
                                            }
                                          },
                                          "name": "expect"
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 571,
                                            "end": 590,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 571,
                                              "end": 579,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 19
                                                }
                                              },
                                              "name": "ajaxMock"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 580,
                                              "end": 590,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 30
                                                }
                                              },
                                              "name": "calledOnce"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 592,
                                        "end": 594,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 34
                                          }
                                        },
                                        "name": "to"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 595,
                                      "end": 597,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 37
                                        }
                                      },
                                      "name": "be"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 598,
                                    "end": 600,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 40
                                      }
                                    },
                                    "name": "ok"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 609,
                              "end": 626,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 4
                                },
                                "end": {
                                  "line": 31,
                                  "column": 21
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 609,
                                "end": 625,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 20
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 609,
                                  "end": 623,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 609,
                                    "end": 617,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 12
                                      }
                                    },
                                    "name": "ajaxMock"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 618,
                                    "end": 623,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 18
                                      }
                                    },
                                    "name": "reset"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 12,
                    "_esdocTestName": "it12"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 636,
                  "end": 945,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 2
                    },
                    "end": {
                      "line": 43,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 636,
                    "end": 944,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 2
                      },
                      "end": {
                        "line": 43,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 636,
                      "end": 638,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 2
                        },
                        "end": {
                          "line": 34,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 639,
                        "end": 719,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 5
                          },
                          "end": {
                            "line": 34,
                            "column": 85
                          }
                        },
                        "value": "should update the user's status and get notifications if the user is logged in",
                        "rawValue": "should update the user's status and get notifications if the user is logged in",
                        "raw": "\"should update the user's status and get notifications if the user is logged in\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 721,
                        "end": 943,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 87
                          },
                          "end": {
                            "line": 43,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 727,
                          "end": 943,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 93
                            },
                            "end": {
                              "line": 43,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 733,
                              "end": 764,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 4
                                },
                                "end": {
                                  "line": 35,
                                  "column": 35
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 737,
                                  "end": 763,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 34
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 737,
                                    "end": 742,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 13
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 745,
                                    "end": 763,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 749,
                                      "end": 761,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 32
                                        }
                                      },
                                      "name": "LoginManager"
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 770,
                              "end": 801,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 4
                                },
                                "end": {
                                  "line": 37,
                                  "column": 35
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 770,
                                "end": 800,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 770,
                                  "end": 789,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 770,
                                    "end": 775,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 9
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 776,
                                    "end": 789,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 23
                                      }
                                    },
                                    "name": "statusFetched"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 790,
                                    "end": 799,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 33
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 792,
                                        "end": 797,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 31
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 792,
                                          "end": 794,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 28
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 796,
                                          "end": 797,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 31
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        },
                                        "kind": "init"
                                      }
                                    ]
                                  }
                                ]
                              },
                              "trailingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Called twice because of checkStatus, and getNotifications",
                                  "start": 811,
                                  "end": 871,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 64
                                    }
                                  },
                                  "range": [
                                    811,
                                    871
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 876,
                              "end": 916,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 44
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 876,
                                "end": 915,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 43
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 876,
                                  "end": 913,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 876,
                                    "end": 910,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 876,
                                      "end": 907,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 876,
                                        "end": 904,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 32
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 876,
                                          "end": 882,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 4
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 10
                                            }
                                          },
                                          "name": "expect",
                                          "leadingComments": null
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 883,
                                            "end": 903,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 883,
                                              "end": 891,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 19
                                                }
                                              },
                                              "name": "ajaxMock"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 892,
                                              "end": 903,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 31
                                                }
                                              },
                                              "name": "calledTwice"
                                            },
                                            "computed": false
                                          }
                                        ],
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 905,
                                        "end": 907,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 35
                                          }
                                        },
                                        "name": "to"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 908,
                                      "end": 910,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 38
                                        }
                                      },
                                      "name": "be"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 911,
                                    "end": 913,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 41
                                      }
                                    },
                                    "name": "ok"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Called twice because of checkStatus, and getNotifications",
                                  "start": 811,
                                  "end": 871,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 64
                                    }
                                  },
                                  "range": [
                                    811,
                                    871
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 922,
                              "end": 939,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 4
                                },
                                "end": {
                                  "line": 42,
                                  "column": 21
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 922,
                                "end": 938,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 20
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 922,
                                  "end": 936,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 922,
                                    "end": 930,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 12
                                      }
                                    },
                                    "name": "ajaxMock"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 931,
                                    "end": 936,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 18
                                      }
                                    },
                                    "name": "reset"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 13,
                    "_esdocTestName": "it13"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 949,
                  "end": 1163,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 2
                    },
                    "end": {
                      "line": 53,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 949,
                    "end": 1162,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 2
                      },
                      "end": {
                        "line": 53,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 949,
                      "end": 951,
                      "loc": {
                        "start": {
                          "line": 45,
                          "column": 2
                        },
                        "end": {
                          "line": 45,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 952,
                        "end": 1004,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 5
                          },
                          "end": {
                            "line": 45,
                            "column": 57
                          }
                        },
                        "value": "should update the user's status when not logged in",
                        "rawValue": "should update the user's status when not logged in",
                        "raw": "\"should update the user's status when not logged in\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 1006,
                        "end": 1161,
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 59
                          },
                          "end": {
                            "line": 53,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 1012,
                          "end": 1161,
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 65
                            },
                            "end": {
                              "line": 53,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 1018,
                              "end": 1049,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 4
                                },
                                "end": {
                                  "line": 46,
                                  "column": 35
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1022,
                                  "end": 1048,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 34
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1022,
                                    "end": 1027,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 13
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 1030,
                                    "end": 1048,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1034,
                                      "end": 1046,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 32
                                        }
                                      },
                                      "name": "LoginManager"
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1055,
                              "end": 1089,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 4
                                },
                                "end": {
                                  "line": 48,
                                  "column": 38
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1055,
                                "end": 1088,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 37
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1055,
                                  "end": 1074,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1055,
                                    "end": 1060,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 9
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1061,
                                    "end": 1074,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 23
                                      }
                                    },
                                    "name": "statusFetched"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 1075,
                                    "end": 1087,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 36
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1077,
                                        "end": 1085,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 34
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1077,
                                          "end": 1079,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 28
                                            }
                                          },
                                          "name": "id"
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "start": 1081,
                                          "end": 1085,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 34
                                            }
                                          },
                                          "value": null,
                                          "rawValue": null,
                                          "raw": "null"
                                        },
                                        "kind": "init"
                                      }
                                    ]
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1095,
                              "end": 1134,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 4
                                },
                                "end": {
                                  "line": 50,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1095,
                                "end": 1133,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1095,
                                  "end": 1131,
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1095,
                                    "end": 1128,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1095,
                                      "end": 1125,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 1095,
                                        "end": 1122,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 31
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1095,
                                          "end": 1101,
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 4
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 10
                                            }
                                          },
                                          "name": "expect"
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 1102,
                                            "end": 1121,
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1102,
                                              "end": 1110,
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 19
                                                }
                                              },
                                              "name": "ajaxMock"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1111,
                                              "end": 1121,
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 30
                                                }
                                              },
                                              "name": "calledOnce"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1123,
                                        "end": 1125,
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 34
                                          }
                                        },
                                        "name": "to"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1126,
                                      "end": 1128,
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 37
                                        }
                                      },
                                      "name": "be"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1129,
                                    "end": 1131,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 40
                                      }
                                    },
                                    "name": "ok"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1140,
                              "end": 1157,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 21
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1140,
                                "end": 1156,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 20
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1140,
                                  "end": 1154,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1140,
                                    "end": 1148,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 12
                                      }
                                    },
                                    "name": "ajaxMock"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1149,
                                    "end": 1154,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 18
                                      }
                                    },
                                    "name": "reset"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 14,
                    "_esdocTestName": "it14"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1167,
                  "end": 1577,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 2
                    },
                    "end": {
                      "line": 68,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 1167,
                    "end": 1576,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 2
                      },
                      "end": {
                        "line": 68,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1167,
                      "end": 1169,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 2
                        },
                        "end": {
                          "line": 55,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 1170,
                        "end": 1211,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 5
                          },
                          "end": {
                            "line": 55,
                            "column": 46
                          }
                        },
                        "value": "should check for new User notifications",
                        "rawValue": "should check for new User notifications",
                        "raw": "\"should check for new User notifications\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 1213,
                        "end": 1575,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 48
                          },
                          "end": {
                            "line": 68,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 1219,
                          "end": 1575,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 54
                            },
                            "end": {
                              "line": 68,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 1225,
                              "end": 1256,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 4
                                },
                                "end": {
                                  "line": 56,
                                  "column": 35
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1229,
                                  "end": 1255,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 34
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1229,
                                    "end": 1234,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 13
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 1237,
                                    "end": 1255,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1241,
                                      "end": 1253,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 32
                                        }
                                      },
                                      "name": "LoginManager"
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1262,
                              "end": 1288,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 4
                                },
                                "end": {
                                  "line": 58,
                                  "column": 30
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1262,
                                "end": 1287,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 29
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1262,
                                  "end": 1272,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 14
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1262,
                                    "end": 1267,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 9
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1268,
                                    "end": 1272,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 14
                                      }
                                    },
                                    "name": "user"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "start": 1275,
                                  "end": 1287,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 29
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 1279,
                                    "end": 1283,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 25
                                      }
                                    },
                                    "name": "User"
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "start": 1284,
                                      "end": 1286,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 28
                                        }
                                      },
                                      "properties": []
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1293,
                              "end": 1333,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 4
                                },
                                "end": {
                                  "line": 59,
                                  "column": 44
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1293,
                                "end": 1332,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 43
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1293,
                                  "end": 1312,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1293,
                                    "end": 1303,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1293,
                                      "end": 1298,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 9
                                        }
                                      },
                                      "name": "login"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1299,
                                      "end": 1303,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 14
                                        }
                                      },
                                      "name": "user"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1304,
                                    "end": 1312,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 23
                                      }
                                    },
                                    "name": "messages"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "ArrayExpression",
                                  "start": 1315,
                                  "end": 1332,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 43
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "ObjectExpression",
                                      "start": 1316,
                                      "end": 1331,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 42
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "start": 1318,
                                          "end": 1329,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 40
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 1318,
                                            "end": 1322,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 33
                                              }
                                            },
                                            "name": "text"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 1324,
                                            "end": 1329,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 40
                                              }
                                            },
                                            "value": "foo",
                                            "rawValue": "foo",
                                            "raw": "\"foo\""
                                          },
                                          "kind": "init"
                                        }
                                      ]
                                    }
                                  ]
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1338,
                              "end": 1365,
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 4
                                },
                                "end": {
                                  "line": 60,
                                  "column": 31
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 1338,
                                "end": 1364,
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 30
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1338,
                                  "end": 1359,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1338,
                                    "end": 1348,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 14
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1338,
                                      "end": 1343,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 9
                                        }
                                      },
                                      "name": "login"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1344,
                                      "end": 1348,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 14
                                        }
                                      },
                                      "name": "user"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1349,
                                    "end": 1359,
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 25
                                      }
                                    },
                                    "name": "activities"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "ArrayExpression",
                                  "start": 1362,
                                  "end": 1364,
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 30
                                    }
                                  },
                                  "elements": []
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1371,
                              "end": 1498,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 4
                                },
                                "end": {
                                  "line": 65,
                                  "column": 7
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1371,
                                "end": 1497,
                                "loc": {
                                  "start": {
                                    "line": 62,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1371,
                                  "end": 1395,
                                  "loc": {
                                    "start": {
                                      "line": 62,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 62,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1371,
                                    "end": 1376,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 9
                                      }
                                    },
                                    "name": "login"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1377,
                                    "end": 1395,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 28
                                      }
                                    },
                                    "name": "checkNotifications"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ObjectExpression",
                                    "start": 1396,
                                    "end": 1496,
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 5
                                      }
                                    },
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "start": 1404,
                                        "end": 1468,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 70
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1404,
                                          "end": 1412,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 14
                                            }
                                          },
                                          "name": "messages"
                                        },
                                        "value": {
                                          "type": "ArrayExpression",
                                          "start": 1414,
                                          "end": 1468,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 70
                                            }
                                          },
                                          "elements": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 1415,
                                              "end": 1467,
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 69
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1417,
                                                  "end": 1431,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 33
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Literal",
                                                    "start": 1417,
                                                    "end": 1424,
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 26
                                                      }
                                                    },
                                                    "value": "read?",
                                                    "rawValue": "read?",
                                                    "raw": "\"read?\""
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1426,
                                                    "end": 1431,
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 33
                                                      }
                                                    },
                                                    "value": false,
                                                    "rawValue": false,
                                                    "raw": "false"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1433,
                                                  "end": 1465,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 67
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1433,
                                                    "end": 1437,
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "text"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1439,
                                                    "end": 1465,
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 67
                                                      }
                                                    },
                                                    "value": "<li class=\"bar\">bar</li>",
                                                    "rawValue": "<li class=\"bar\">bar</li>",
                                                    "raw": "'<li class=\"bar\">bar</li>'"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          ]
                                        },
                                        "kind": "init"
                                      },
                                      {
                                        "type": "Property",
                                        "start": 1476,
                                        "end": 1490,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 20
                                          }
                                        },
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "key": {
                                          "type": "Identifier",
                                          "start": 1476,
                                          "end": 1486,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 16
                                            }
                                          },
                                          "name": "activities"
                                        },
                                        "value": {
                                          "type": "ArrayExpression",
                                          "start": 1488,
                                          "end": 1490,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 20
                                            }
                                          },
                                          "elements": []
                                        },
                                        "kind": "init"
                                      }
                                    ]
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1504,
                              "end": 1571,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 4
                                },
                                "end": {
                                  "line": 67,
                                  "column": 71
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1504,
                                "end": 1570,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 70
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1504,
                                  "end": 1554,
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1504,
                                    "end": 1551,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 1504,
                                      "end": 1548,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 48
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 1504,
                                        "end": 1510,
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 1511,
                                          "end": 1547,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1511,
                                            "end": 1542,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1511,
                                              "end": 1539,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 1511,
                                                "end": 1530,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 30
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 1511,
                                                  "end": 1528,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 28
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 1511,
                                                    "end": 1521,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 21
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1511,
                                                      "end": 1516,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 16
                                                        }
                                                      },
                                                      "name": "login"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1517,
                                                      "end": 1521,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 21
                                                        }
                                                      },
                                                      "name": "user"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1522,
                                                    "end": 1528,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "toJSON"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1531,
                                                "end": 1539,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 39
                                                  }
                                                },
                                                "name": "messages"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Literal",
                                              "start": 1540,
                                              "end": 1541,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 41
                                                }
                                              },
                                              "value": 0,
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "computed": true
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1543,
                                            "end": 1547,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 47
                                              }
                                            },
                                            "name": "text"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1549,
                                      "end": 1551,
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 51
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1552,
                                    "end": 1554,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 54
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1555,
                                    "end": 1569,
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 69
                                      }
                                    },
                                    "value": "<li>bar</li>",
                                    "rawValue": "<li>bar</li>",
                                    "raw": "\"<li>bar</li>\""
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 15,
                    "_esdocTestName": "it15"
                  }
                }
              ]
            }
          }
        ],
        "_esdocTestId": 10,
        "_esdocTestName": "describe10"
      }
    }
  ]
}