{
  "type": "Program",
  "start": 0,
  "end": 1533,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 47,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 72,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 72
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 19,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 19
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 19,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 19
              }
            },
            "name": "HotelsWidget"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 25,
        "end": 71,
        "loc": {
          "start": {
            "line": 1,
            "column": 25
          },
          "end": {
            "line": 1,
            "column": 71
          }
        },
        "value": "../../../src/components/hotels/hotels_widget",
        "rawValue": "../../../src/components/hotels/hotels_widget",
        "raw": "\"../../../src/components/hotels/hotels_widget\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 73,
      "end": 96,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 23
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 80,
          "end": 81,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 8
            }
          },
          "local": {
            "type": "Identifier",
            "start": 80,
            "end": 81,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 8
              }
            },
            "name": "$"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 87,
        "end": 95,
        "loc": {
          "start": {
            "line": 2,
            "column": 14
          },
          "end": {
            "line": 2,
            "column": 22
          }
        },
        "value": "jquery",
        "rawValue": "jquery",
        "raw": "\"jquery\""
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 98,
      "end": 172,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 74
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 102,
          "end": 171,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 73
            }
          },
          "id": {
            "type": "Identifier",
            "start": 102,
            "end": 116,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 18
              }
            },
            "name": "hotelsTemplate"
          },
          "init": {
            "type": "CallExpression",
            "start": 119,
            "end": 171,
            "loc": {
              "start": {
                "line": 4,
                "column": 21
              },
              "end": {
                "line": 4,
                "column": 73
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 119,
              "end": 126,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 21
                },
                "end": {
                  "line": 4,
                  "column": 28
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 127,
                "end": 170,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 29
                  },
                  "end": {
                    "line": 4,
                    "column": 72
                  }
                },
                "value": "../../../src/components/hotels/hotels.hbs",
                "rawValue": "../../../src/components/hotels/hotels.hbs",
                "raw": "\"../../../src/components/hotels/hotels.hbs\""
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 174,
      "end": 222,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 178,
          "end": 221,
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 8,
              "column": 2
            }
          },
          "id": {
            "type": "Identifier",
            "start": 178,
            "end": 182,
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 8
              }
            },
            "name": "html"
          },
          "init": {
            "type": "CallExpression",
            "start": 185,
            "end": 221,
            "loc": {
              "start": {
                "line": 6,
                "column": 11
              },
              "end": {
                "line": 8,
                "column": 2
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 185,
              "end": 199,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 11
                },
                "end": {
                  "line": 6,
                  "column": 25
                }
              },
              "name": "hotelsTemplate"
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 200,
                "end": 220,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 26
                  },
                  "end": {
                    "line": 8,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 204,
                    "end": 218,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 2
                      },
                      "end": {
                        "line": 7,
                        "column": 16
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 204,
                      "end": 212,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 2
                        },
                        "end": {
                          "line": 7,
                          "column": 10
                        }
                      },
                      "name": "lodgings"
                    },
                    "value": {
                      "type": "Literal",
                      "start": 214,
                      "end": 218,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 12
                        },
                        "end": {
                          "line": 7,
                          "column": 16
                        }
                      },
                      "value": true,
                      "rawValue": true,
                      "raw": "true"
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "let",
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {HotelsWidget} ",
          "start": 225,
          "end": 252,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 27
            }
          },
          "range": [
            225,
            252
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 253,
      "end": 1532,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 3
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 253,
        "end": 1531,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 46,
            "column": 2
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 253,
          "end": 261,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 8
            }
          },
          "name": "describe",
          "leadingComments": null
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 262,
            "end": 277,
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 24
              }
            },
            "value": "hotels widget",
            "rawValue": "hotels widget",
            "raw": "\"hotels widget\""
          },
          {
            "type": "ArrowFunctionExpression",
            "start": 279,
            "end": 1530,
            "loc": {
              "start": {
                "line": 12,
                "column": 26
              },
              "end": {
                "line": 46,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "start": 285,
              "end": 1530,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 32
                },
                "end": {
                  "line": 46,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 289,
                  "end": 536,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 2
                    },
                    "end": {
                      "line": 18,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 289,
                    "end": 535,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 2
                      },
                      "end": {
                        "line": 18,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 289,
                      "end": 291,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 2
                        },
                        "end": {
                          "line": 13,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 292,
                        "end": 320,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 5
                          },
                          "end": {
                            "line": 13,
                            "column": 33
                          }
                        },
                        "value": "should add 1 day to a date",
                        "rawValue": "should add 1 day to a date",
                        "raw": "\"should add 1 day to a date\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 322,
                        "end": 534,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 35
                          },
                          "end": {
                            "line": 18,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 328,
                          "end": 534,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 41
                            },
                            "end": {
                              "line": 18,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 334,
                              "end": 415,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 4
                                },
                                "end": {
                                  "line": 14,
                                  "column": 85
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 338,
                                  "end": 414,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 84
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 338,
                                    "end": 342,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 12
                                      }
                                    },
                                    "name": "date"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 345,
                                    "end": 414,
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 84
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 345,
                                      "end": 376,
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 46
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 345,
                                        "end": 367,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 345,
                                          "end": 357,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 27
                                            }
                                          },
                                          "name": "HotelsWidget"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 358,
                                          "end": 367,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 37
                                            }
                                          },
                                          "name": "prototype"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 368,
                                        "end": 376,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 46
                                          }
                                        },
                                        "name": "nextDate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NewExpression",
                                        "start": 377,
                                        "end": 413,
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 83
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 381,
                                          "end": 385,
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 55
                                            }
                                          },
                                          "name": "Date"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 386,
                                            "end": 412,
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 82
                                              }
                                            },
                                            "value": "January 1, 2015 00:00:00",
                                            "rawValue": "January 1, 2015 00:00:00",
                                            "raw": "\"January 1, 2015 00:00:00\""
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let",
                              "trailingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " 5 would be because January 1 was a Wednesday(4), so + 1 is Thursday(5)",
                                  "start": 421,
                                  "end": 494,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 77
                                    }
                                  },
                                  "range": [
                                    421,
                                    494
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 499,
                              "end": 530,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 4
                                },
                                "end": {
                                  "line": 17,
                                  "column": 35
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 499,
                                "end": 529,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 499,
                                  "end": 526,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 499,
                                    "end": 523,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 499,
                                      "end": 520,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 25
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 499,
                                        "end": 505,
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect",
                                        "leadingComments": null
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 506,
                                          "end": 519,
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 24
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 506,
                                            "end": 517,
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 22
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 506,
                                              "end": 510,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 15
                                                }
                                              },
                                              "name": "date"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 511,
                                              "end": 517,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 22
                                                }
                                              },
                                              "name": "getDay"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ],
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 521,
                                      "end": 523,
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 28
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 524,
                                    "end": 526,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 31
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 527,
                                    "end": 528,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 33
                                      }
                                    },
                                    "value": 5,
                                    "rawValue": 5,
                                    "raw": "5"
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " 5 would be because January 1 was a Wednesday(4), so + 1 is Thursday(5)",
                                  "start": 421,
                                  "end": 494,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 77
                                    }
                                  },
                                  "range": [
                                    421,
                                    494
                                  ]
                                }
                              ]
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 7,
                    "_esdocTestName": "it7"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 540,
                  "end": 1048,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 2
                    },
                    "end": {
                      "line": 32,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 540,
                    "end": 1047,
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2
                      },
                      "end": {
                        "line": 32,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 540,
                      "end": 542,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 2
                        },
                        "end": {
                          "line": 20,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 543,
                        "end": 622,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 5
                          },
                          "end": {
                            "line": 20,
                            "column": 84
                          }
                        },
                        "value": "should change the endDate if the startDate gets changed to after the end date",
                        "rawValue": "should change the endDate if the startDate gets changed to after the end date",
                        "raw": "\"should change the endDate if the startDate gets changed to after the end date\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 624,
                        "end": 1046,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 86
                          },
                          "end": {
                            "line": 32,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 630,
                          "end": 1046,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 92
                            },
                            "end": {
                              "line": 32,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 636,
                              "end": 688,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 4
                                },
                                "end": {
                                  "line": 21,
                                  "column": 56
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 636,
                                "end": 687,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 55
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 636,
                                  "end": 646,
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 14
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 636,
                                    "end": 641,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 9
                                      }
                                    },
                                    "name": "sinon"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 642,
                                    "end": 646,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 14
                                      }
                                    },
                                    "name": "stub"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 647,
                                    "end": 669,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 647,
                                      "end": 659,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 27
                                        }
                                      },
                                      "name": "HotelsWidget"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 660,
                                      "end": 669,
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 37
                                        }
                                      },
                                      "name": "prototype"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "Literal",
                                    "start": 671,
                                    "end": 686,
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 54
                                      }
                                    },
                                    "value": "updateEndDate",
                                    "rawValue": "updateEndDate",
                                    "raw": "\"updateEndDate\""
                                  }
                                ]
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 694,
                              "end": 834,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 4
                                },
                                "end": {
                                  "line": 26,
                                  "column": 6
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 698,
                                  "end": 833,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 5
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 698,
                                    "end": 702,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 12
                                      }
                                    },
                                    "name": "date"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 705,
                                    "end": 833,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 5
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 705,
                                      "end": 738,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 48
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 705,
                                        "end": 727,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 705,
                                          "end": 717,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 27
                                            }
                                          },
                                          "name": "HotelsWidget"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 718,
                                          "end": 727,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 37
                                            }
                                          },
                                          "name": "prototype"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 728,
                                        "end": 738,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 48
                                          }
                                        },
                                        "name": "changeDate"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NewExpression",
                                        "start": 746,
                                        "end": 782,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 42
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 750,
                                          "end": 754,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 14
                                            }
                                          },
                                          "name": "Date"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 755,
                                            "end": 781,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 41
                                              }
                                            },
                                            "value": "January 5, 2015 00:00:00",
                                            "rawValue": "January 5, 2015 00:00:00",
                                            "raw": "\"January 5, 2015 00:00:00\""
                                          }
                                        ]
                                      },
                                      {
                                        "type": "NewExpression",
                                        "start": 790,
                                        "end": 827,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 43
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 794,
                                          "end": 798,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 14
                                            }
                                          },
                                          "name": "Date"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 799,
                                            "end": 826,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 42
                                              }
                                            },
                                            "value": "January 10, 2015 00:00:00",
                                            "rawValue": "January 10, 2015 00:00:00",
                                            "raw": "\"January 10, 2015 00:00:00\""
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 840,
                              "end": 920,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 4
                                },
                                "end": {
                                  "line": 28,
                                  "column": 84
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 840,
                                "end": 919,
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 83
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 840,
                                  "end": 869,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 840,
                                    "end": 866,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 840,
                                      "end": 863,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 27
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 840,
                                        "end": 846,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 847,
                                          "end": 862,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 26
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 847,
                                            "end": 860,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 24
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 847,
                                              "end": 851,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 15
                                                }
                                              },
                                              "name": "date"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 852,
                                              "end": 860,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 24
                                                }
                                              },
                                              "name": "toString"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 864,
                                      "end": 866,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 30
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 867,
                                    "end": 869,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 33
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "start": 870,
                                    "end": 918,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 82
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 870,
                                      "end": 916,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 80
                                        }
                                      },
                                      "object": {
                                        "type": "NewExpression",
                                        "start": 870,
                                        "end": 907,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 71
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 874,
                                          "end": 878,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 42
                                            }
                                          },
                                          "name": "Date"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 879,
                                            "end": 906,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 70
                                              }
                                            },
                                            "value": "January 11, 2015 00:00:00",
                                            "rawValue": "January 11, 2015 00:00:00",
                                            "raw": "\"January 11, 2015 00:00:00\""
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 908,
                                        "end": 916,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 72
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 80
                                          }
                                        },
                                        "name": "toString"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 925,
                              "end": 989,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 4
                                },
                                "end": {
                                  "line": 29,
                                  "column": 68
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 925,
                                "end": 988,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 67
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 925,
                                  "end": 985,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 64
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 925,
                                    "end": 982,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 61
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 925,
                                      "end": 979,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 58
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 925,
                                        "end": 931,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 932,
                                          "end": 978,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 932,
                                            "end": 968,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 47
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 932,
                                              "end": 954,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 932,
                                                "end": 944,
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 23
                                                  }
                                                },
                                                "name": "HotelsWidget"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 945,
                                                "end": 954,
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "prototype"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 955,
                                              "end": 968,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 47
                                                }
                                              },
                                              "name": "updateEndDate"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 969,
                                            "end": 978,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 57
                                              }
                                            },
                                            "name": "callCount"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 980,
                                      "end": 982,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 59
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 61
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 983,
                                    "end": 985,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 62
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 64
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 986,
                                    "end": 987,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 66
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 995,
                              "end": 1042,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 4
                                },
                                "end": {
                                  "line": 31,
                                  "column": 51
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 995,
                                "end": 1041,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 50
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 995,
                                  "end": 1039,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 995,
                                    "end": 1031,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 995,
                                      "end": 1017,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 26
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 995,
                                        "end": 1007,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 16
                                          }
                                        },
                                        "name": "HotelsWidget"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1008,
                                        "end": 1017,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 26
                                          }
                                        },
                                        "name": "prototype"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1018,
                                      "end": 1031,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 40
                                        }
                                      },
                                      "name": "updateEndDate"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1032,
                                    "end": 1039,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 48
                                      }
                                    },
                                    "name": "restore"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 8,
                    "_esdocTestName": "it8"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 1052,
                  "end": 1528,
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 2
                    },
                    "end": {
                      "line": 45,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 1052,
                    "end": 1527,
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 2
                      },
                      "end": {
                        "line": 45,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 1052,
                      "end": 1054,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 2
                        },
                        "end": {
                          "line": 34,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 1055,
                        "end": 1080,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 5
                          },
                          "end": {
                            "line": 34,
                            "column": 30
                          }
                        },
                        "value": "should create a booking",
                        "rawValue": "should create a booking",
                        "raw": "\"should create a booking\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 1082,
                        "end": 1526,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 32
                          },
                          "end": {
                            "line": 45,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 1088,
                          "end": 1526,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 38
                            },
                            "end": {
                              "line": 45,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 1157,
                              "end": 1204,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 4
                                },
                                "end": {
                                  "line": 36,
                                  "column": 51
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1161,
                                  "end": 1203,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 50
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1161,
                                    "end": 1167,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 14
                                      }
                                    },
                                    "name": "widget",
                                    "leadingComments": null
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 1170,
                                    "end": 1203,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 50
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1174,
                                      "end": 1186,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 33
                                        }
                                      },
                                      "name": "HotelsWidget"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 1187,
                                        "end": 1202,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 49
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 1189,
                                            "end": 1200,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 47
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 1189,
                                              "end": 1191,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 38
                                                }
                                              },
                                              "name": "el"
                                            },
                                            "value": {
                                              "type": "CallExpression",
                                              "start": 1193,
                                              "end": 1200,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 47
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 1193,
                                                "end": 1194,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "$"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1195,
                                                  "end": 1199,
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 46
                                                    }
                                                  },
                                                  "name": "html"
                                                }
                                              ]
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  },
                                  "leadingComments": null
                                }
                              ],
                              "kind": "let",
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " TODO: figure out why changing the date isn't reflecting",
                                  "start": 1094,
                                  "end": 1152,
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 62
                                    }
                                  },
                                  "range": [
                                    1094,
                                    1152
                                  ]
                                }
                              ]
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1210,
                              "end": 1270,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 4
                                },
                                "end": {
                                  "line": 38,
                                  "column": 64
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1210,
                                "end": 1269,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 63
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1210,
                                  "end": 1231,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1210,
                                    "end": 1227,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1210,
                                      "end": 1216,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 10
                                        }
                                      },
                                      "name": "widget"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1217,
                                      "end": 1227,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 21
                                        }
                                      },
                                      "name": "$startDate"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1228,
                                    "end": 1231,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 25
                                      }
                                    },
                                    "name": "val"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "start": 1232,
                                    "end": 1268,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 62
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1236,
                                      "end": 1240,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 34
                                        }
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1241,
                                        "end": 1267,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 61
                                          }
                                        },
                                        "value": "January 5, 2015 00:00:00",
                                        "rawValue": "January 5, 2015 00:00:00",
                                        "raw": "\"January 5, 2015 00:00:00\""
                                      }
                                    ]
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1275,
                              "end": 1334,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 4
                                },
                                "end": {
                                  "line": 39,
                                  "column": 63
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1275,
                                "end": 1333,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1275,
                                  "end": 1294,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1275,
                                    "end": 1290,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 19
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1275,
                                      "end": 1281,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 10
                                        }
                                      },
                                      "name": "widget"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1282,
                                      "end": 1290,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 19
                                        }
                                      },
                                      "name": "$endDate"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1291,
                                    "end": 1294,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 23
                                      }
                                    },
                                    "name": "val"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "NewExpression",
                                    "start": 1295,
                                    "end": 1332,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 1299,
                                      "end": 1303,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 32
                                        }
                                      },
                                      "name": "Date"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1304,
                                        "end": 1331,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 60
                                          }
                                        },
                                        "value": "January 10, 2015 00:00:00",
                                        "rawValue": "January 10, 2015 00:00:00",
                                        "raw": "\"January 10, 2015 00:00:00\""
                                      }
                                    ]
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1339,
                              "end": 1376,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 41
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1339,
                                "end": 1375,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 40
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1339,
                                  "end": 1372,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 1339,
                                    "end": 1368,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 33
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1339,
                                      "end": 1354,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1339,
                                        "end": 1349,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 14
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1339,
                                          "end": 1345,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 4
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 10
                                            }
                                          },
                                          "name": "widget"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1346,
                                          "end": 1349,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 14
                                            }
                                          },
                                          "name": "$el"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1350,
                                        "end": 1354,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 19
                                          }
                                        },
                                        "name": "find"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1355,
                                        "end": 1367,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 32
                                          }
                                        },
                                        "value": "#js-guests",
                                        "rawValue": "#js-guests",
                                        "raw": "\"#js-guests\""
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1369,
                                    "end": 1372,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 37
                                      }
                                    },
                                    "name": "val"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1373,
                                    "end": 1374,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 39
                                      }
                                    },
                                    "value": 4,
                                    "rawValue": 4,
                                    "raw": "4"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 1382,
                              "end": 1418,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 4
                                },
                                "end": {
                                  "line": 42,
                                  "column": 40
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 1386,
                                  "end": 1417,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 39
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 1386,
                                    "end": 1393,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 15
                                      }
                                    },
                                    "name": "booking"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 1396,
                                    "end": 1417,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1396,
                                      "end": 1415,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1396,
                                        "end": 1402,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 24
                                          }
                                        },
                                        "name": "widget"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1403,
                                        "end": 1415,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 37
                                          }
                                        },
                                        "name": "searchHotels"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1423,
                              "end": 1463,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 4
                                },
                                "end": {
                                  "line": 43,
                                  "column": 44
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1423,
                                "end": 1462,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 43
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1423,
                                  "end": 1459,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 40
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1423,
                                    "end": 1456,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 1423,
                                      "end": 1453,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 34
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 1423,
                                        "end": 1429,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 1430,
                                          "end": 1452,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 1430,
                                            "end": 1445,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 26
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1430,
                                              "end": 1437,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 18
                                                }
                                              },
                                              "name": "booking"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1438,
                                              "end": 1445,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 26
                                                }
                                              },
                                              "name": "booking"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1446,
                                            "end": 1452,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 33
                                              }
                                            },
                                            "name": "guests"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1454,
                                      "end": 1456,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 37
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1457,
                                    "end": 1459,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 40
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1460,
                                    "end": 1461,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 42
                                      }
                                    },
                                    "value": 4,
                                    "rawValue": 4,
                                    "raw": "4"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 1468,
                              "end": 1522,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 4
                                },
                                "end": {
                                  "line": 44,
                                  "column": 58
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 1468,
                                "end": 1521,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 57
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1468,
                                  "end": 1518,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 54
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1468,
                                    "end": 1515,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 1468,
                                      "end": 1512,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 48
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 1468,
                                        "end": 1474,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 1475,
                                          "end": 1511,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 47
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1475,
                                            "end": 1509,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 1475,
                                              "end": 1500,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 36
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1475,
                                                "end": 1490,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 11
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1475,
                                                  "end": 1482,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 11
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 18
                                                    }
                                                  },
                                                  "name": "booking"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1483,
                                                  "end": 1490,
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "booking"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1491,
                                                "end": 1500,
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 36
                                                  }
                                                },
                                                "name": "startDate"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1501,
                                              "end": 1509,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 45
                                                }
                                              },
                                              "name": "getMonth"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1513,
                                      "end": 1515,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 51
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1516,
                                    "end": 1518,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 54
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1519,
                                    "end": 1520,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 56
                                      }
                                    },
                                    "value": 0,
                                    "rawValue": 0,
                                    "raw": "0"
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 9,
                    "_esdocTestName": "it9"
                  }
                }
              ]
            }
          }
        ],
        "leadingComments": null,
        "_esdocTestId": 6,
        "_esdocTestName": "describe6"
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {HotelsWidget} ",
          "start": 225,
          "end": 252,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 27
            }
          },
          "range": [
            225,
            252
          ]
        }
      ]
    }
  ]
}