{
  "type": "Program",
  "start": 0,
  "end": 3019,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 69,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "start": 0,
      "end": 67,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 67
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 4,
          "end": 66,
          "loc": {
            "start": {
              "line": 1,
              "column": 4
            },
            "end": {
              "line": 1,
              "column": 66
            }
          },
          "id": {
            "type": "Identifier",
            "start": 4,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 4
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "Injector"
          },
          "init": {
            "type": "CallExpression",
            "start": 15,
            "end": 66,
            "loc": {
              "start": {
                "line": 1,
                "column": 15
              },
              "end": {
                "line": 1,
                "column": 66
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 15,
              "end": 22,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 15
                },
                "end": {
                  "line": 1,
                  "column": 22
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 23,
                "end": 65,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 23
                  },
                  "end": {
                    "line": 1,
                    "column": 65
                  }
                },
                "value": "inject!../../../src/components/articles/",
                "rawValue": "inject!../../../src/components/articles/",
                "raw": "\"inject!../../../src/components/articles/\""
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 68,
      "end": 104,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 36
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 72,
          "end": 86,
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 18
            }
          },
          "id": {
            "type": "Identifier",
            "start": 72,
            "end": 82,
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "clampCalls"
          },
          "init": {
            "type": "Literal",
            "start": 85,
            "end": 86,
            "loc": {
              "start": {
                "line": 2,
                "column": 17
              },
              "end": {
                "line": 2,
                "column": 18
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          }
        },
        {
          "type": "VariableDeclarator",
          "start": 88,
          "end": 103,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 35
            }
          },
          "id": {
            "type": "Identifier",
            "start": 88,
            "end": 103,
            "loc": {
              "start": {
                "line": 2,
                "column": 20
              },
              "end": {
                "line": 2,
                "column": 35
              }
            },
            "name": "clampCalledWith"
          },
          "init": null
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 105,
      "end": 268,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 3
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 109,
          "end": 267,
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 9,
              "column": 2
            }
          },
          "id": {
            "type": "Identifier",
            "start": 109,
            "end": 126,
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 21
              }
            },
            "name": "ArticlesComponent"
          },
          "init": {
            "type": "CallExpression",
            "start": 129,
            "end": 267,
            "loc": {
              "start": {
                "line": 3,
                "column": 24
              },
              "end": {
                "line": 9,
                "column": 2
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 129,
              "end": 137,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 24
                },
                "end": {
                  "line": 3,
                  "column": 32
                }
              },
              "name": "Injector"
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 138,
                "end": 266,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 33
                  },
                  "end": {
                    "line": 9,
                    "column": 1
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 142,
                    "end": 239,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 2
                      },
                      "end": {
                        "line": 7,
                        "column": 3
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Literal",
                      "start": 142,
                      "end": 161,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 2
                        },
                        "end": {
                          "line": 4,
                          "column": 21
                        }
                      },
                      "value": "clamp-js/clamp.js",
                      "rawValue": "clamp-js/clamp.js",
                      "raw": "\"clamp-js/clamp.js\""
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 163,
                      "end": 239,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 23
                        },
                        "end": {
                          "line": 7,
                          "column": 3
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [
                        {
                          "type": "Identifier",
                          "start": 172,
                          "end": 174,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 32
                            },
                            "end": {
                              "line": 4,
                              "column": 34
                            }
                          },
                          "name": "el"
                        },
                        {
                          "type": "Identifier",
                          "start": 176,
                          "end": 183,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 36
                            },
                            "end": {
                              "line": 4,
                              "column": 43
                            }
                          },
                          "name": "options"
                        }
                      ],
                      "body": {
                        "type": "BlockStatement",
                        "start": 185,
                        "end": 239,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 45
                          },
                          "end": {
                            "line": 7,
                            "column": 3
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 191,
                            "end": 204,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 4
                              },
                              "end": {
                                "line": 5,
                                "column": 17
                              }
                            },
                            "expression": {
                              "type": "UpdateExpression",
                              "start": 191,
                              "end": 203,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 4
                                },
                                "end": {
                                  "line": 5,
                                  "column": 16
                                }
                              },
                              "operator": "++",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 193,
                                "end": 203,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 16
                                  }
                                },
                                "name": "clampCalls"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 209,
                            "end": 235,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 4
                              },
                              "end": {
                                "line": 6,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 209,
                              "end": 234,
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 4
                                },
                                "end": {
                                  "line": 6,
                                  "column": 29
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 209,
                                "end": 224,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 19
                                  }
                                },
                                "name": "clampCalledWith"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 227,
                                "end": 234,
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 29
                                  }
                                },
                                "name": "options"
                              }
                            }
                          }
                        ]
                      }
                    },
                    "kind": "init"
                  },
                  {
                    "type": "Property",
                    "start": 243,
                    "end": 264,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 2
                      },
                      "end": {
                        "line": 8,
                        "column": 23
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Literal",
                      "start": 243,
                      "end": 249,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 2
                        },
                        "end": {
                          "line": 8,
                          "column": 8
                        }
                      },
                      "value": "Tabs",
                      "rawValue": "Tabs",
                      "raw": "\"Tabs\""
                    },
                    "value": {
                      "type": "FunctionExpression",
                      "start": 251,
                      "end": 264,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 10
                        },
                        "end": {
                          "line": 8,
                          "column": 23
                        }
                      },
                      "id": null,
                      "generator": false,
                      "expression": false,
                      "async": false,
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "start": 262,
                        "end": 264,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 21
                          },
                          "end": {
                            "line": 8,
                            "column": 23
                          }
                        },
                        "body": []
                      }
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 269,
      "end": 295,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 26
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 273,
          "end": 294,
          "loc": {
            "start": {
              "line": 10,
              "column": 4
            },
            "end": {
              "line": 10,
              "column": 25
            }
          },
          "id": {
            "type": "Identifier",
            "start": 273,
            "end": 274,
            "loc": {
              "start": {
                "line": 10,
                "column": 4
              },
              "end": {
                "line": 10,
                "column": 5
              }
            },
            "name": "$"
          },
          "init": {
            "type": "CallExpression",
            "start": 277,
            "end": 294,
            "loc": {
              "start": {
                "line": 10,
                "column": 8
              },
              "end": {
                "line": 10,
                "column": 25
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 277,
              "end": 284,
              "loc": {
                "start": {
                  "line": 10,
                  "column": 8
                },
                "end": {
                  "line": 10,
                  "column": 15
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 285,
                "end": 293,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 16
                  },
                  "end": {
                    "line": 10,
                    "column": 24
                  }
                },
                "value": "jquery",
                "rawValue": "jquery",
                "raw": "\"jquery\""
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 296,
      "end": 2155,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 36,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 300,
          "end": 2154,
          "loc": {
            "start": {
              "line": 11,
              "column": 4
            },
            "end": {
              "line": 36,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 300,
            "end": 307,
            "loc": {
              "start": {
                "line": 11,
                "column": 4
              },
              "end": {
                "line": 11,
                "column": 11
              }
            },
            "name": "fixture"
          },
          "init": {
            "type": "TemplateLiteral",
            "start": 310,
            "end": 2154,
            "loc": {
              "start": {
                "line": 11,
                "column": 14
              },
              "end": {
                "line": 36,
                "column": 1
              }
            },
            "expressions": [],
            "quasis": [
              {
                "type": "TemplateElement",
                "start": 311,
                "end": 2153,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 15
                  },
                  "end": {
                    "line": 36,
                    "column": 0
                  }
                },
                "value": {
                  "raw": "\n<article class=\"article\">\n  <div class=\"article__info\">\n    <a class=\"article__info__link\" href=\"http://www.lonelyplanet.com/travel-tips-and-articles/where-and-how-to-watch-sport-like-a-local\">\n      <h2 class=\"article__info__title\">Where and how to watch sport like a local</h2>\n      <p class=\"article__info__teaser\">There are few better ways into a place’s soul than through its sports teams. Step into the febrile atmosphere of a stadium or arena mid-match and you’ll find usually relaxed locals in a state of agitation or elation, depending on the scoreline.</p>\n      <p class=\"article__info__blurb\" style=\"overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1;\">Head to one of these sporting destinations and we promise you’ll see a side of town that’s impossible to find on the streets.</p>\n    </a>\n\n    <a class=\"article__info__author\" href=\"https://auth.lonelyplanet.com/profiles/ddabdbb0-66a8-46e0-9e17-d95b14ad38cb\">\n      \n        <img class=\"article__info__author__image\" src=\"https://auth.lonelyplanet.com/profiles/ddabdbb0-66a8-46e0-9e17-d95b14ad38cb/image\">\n      \n      <div class=\"article__info__author__creds\">\n        <div class=\"article__info__author__creds__name\">Joe Minihane</div>\n        <div class=\"article__info__author__creds__title\">Lonely Planet Writer</div>\n      </div>\n    </a>\n  </div>\n  \n    <a class=\"article__imagery\" href=\"http://www.lonelyplanet.com/travel-tips-and-articles/where-and-how-to-watch-sport-like-a-local\" tabindex=\"-1\">\n      <div class=\"article__imagery__image\" aria-label=\"Image for Where and how to watch sport like a local\" style=\"background-image: url(//images-resrc.staticlp.com/S=W748/O=75/http://www.lonelyplanet.com/travel-blog/tip-article/wordpress_uploads/2015/08/bombonera_cs.jpg)\"></div>\n    </a>\n  \n</article>\n",
                  "cooked": "\n<article class=\"article\">\n  <div class=\"article__info\">\n    <a class=\"article__info__link\" href=\"http://www.lonelyplanet.com/travel-tips-and-articles/where-and-how-to-watch-sport-like-a-local\">\n      <h2 class=\"article__info__title\">Where and how to watch sport like a local</h2>\n      <p class=\"article__info__teaser\">There are few better ways into a place’s soul than through its sports teams. Step into the febrile atmosphere of a stadium or arena mid-match and you’ll find usually relaxed locals in a state of agitation or elation, depending on the scoreline.</p>\n      <p class=\"article__info__blurb\" style=\"overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1;\">Head to one of these sporting destinations and we promise you’ll see a side of town that’s impossible to find on the streets.</p>\n    </a>\n\n    <a class=\"article__info__author\" href=\"https://auth.lonelyplanet.com/profiles/ddabdbb0-66a8-46e0-9e17-d95b14ad38cb\">\n      \n        <img class=\"article__info__author__image\" src=\"https://auth.lonelyplanet.com/profiles/ddabdbb0-66a8-46e0-9e17-d95b14ad38cb/image\">\n      \n      <div class=\"article__info__author__creds\">\n        <div class=\"article__info__author__creds__name\">Joe Minihane</div>\n        <div class=\"article__info__author__creds__title\">Lonely Planet Writer</div>\n      </div>\n    </a>\n  </div>\n  \n    <a class=\"article__imagery\" href=\"http://www.lonelyplanet.com/travel-tips-and-articles/where-and-how-to-watch-sport-like-a-local\" tabindex=\"-1\">\n      <div class=\"article__imagery__image\" aria-label=\"Image for Where and how to watch sport like a local\" style=\"background-image: url(//images-resrc.staticlp.com/S=W748/O=75/http://www.lonelyplanet.com/travel-blog/tip-article/wordpress_uploads/2015/08/bombonera_cs.jpg)\"></div>\n    </a>\n  \n</article>\n"
                },
                "tail": true
              }
            ]
          }
        }
      ],
      "kind": "let",
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {ArticlesComponent} ",
          "start": 2156,
          "end": 2188,
          "loc": {
            "start": {
              "line": 37,
              "column": 0
            },
            "end": {
              "line": 37,
              "column": 32
            }
          },
          "range": [
            2156,
            2188
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 2189,
      "end": 3018,
      "loc": {
        "start": {
          "line": 38,
          "column": 0
        },
        "end": {
          "line": 68,
          "column": 3
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 2189,
        "end": 3017,
        "loc": {
          "start": {
            "line": 38,
            "column": 0
          },
          "end": {
            "line": 68,
            "column": 2
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 2189,
          "end": 2197,
          "loc": {
            "start": {
              "line": 38,
              "column": 0
            },
            "end": {
              "line": 38,
              "column": 8
            }
          },
          "name": "describe",
          "leadingComments": null
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 2198,
            "end": 2218,
            "loc": {
              "start": {
                "line": 38,
                "column": 9
              },
              "end": {
                "line": 38,
                "column": 29
              }
            },
            "value": "articles component",
            "rawValue": "articles component",
            "raw": "\"articles component\""
          },
          {
            "type": "ArrowFunctionExpression",
            "start": 2220,
            "end": 3016,
            "loc": {
              "start": {
                "line": 38,
                "column": 31
              },
              "end": {
                "line": 68,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "start": 2226,
              "end": 3016,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 37
                },
                "end": {
                  "line": 68,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 2230,
                  "end": 2545,
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 2
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 2230,
                    "end": 2544,
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 2
                      },
                      "end": {
                        "line": 49,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 2230,
                      "end": 2232,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 2
                        },
                        "end": {
                          "line": 39,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 2233,
                        "end": 2255,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 5
                          },
                          "end": {
                            "line": 39,
                            "column": 27
                          }
                        },
                        "value": "should detect mobile",
                        "rawValue": "should detect mobile",
                        "raw": "\"should detect mobile\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 2257,
                        "end": 2543,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 29
                          },
                          "end": {
                            "line": 49,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 2263,
                          "end": 2543,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 35
                            },
                            "end": {
                              "line": 49,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 2269,
                              "end": 2291,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 26
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2273,
                                  "end": 2290,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2273,
                                    "end": 2275,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 10
                                      }
                                    },
                                    "name": "el"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 2278,
                                    "end": 2290,
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 25
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 2278,
                                      "end": 2279,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 14
                                        }
                                      },
                                      "name": "$"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 2280,
                                        "end": 2289,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 24
                                          }
                                        },
                                        "value": "<div />",
                                        "rawValue": "<div />",
                                        "raw": "\"<div />\""
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 2296,
                              "end": 2342,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 4
                                },
                                "end": {
                                  "line": 41,
                                  "column": 50
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2300,
                                  "end": 2341,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 49
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2300,
                                    "end": 2309,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 17
                                      }
                                    },
                                    "name": "component"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 2312,
                                    "end": 2341,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 2316,
                                      "end": 2333,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 41
                                        }
                                      },
                                      "name": "ArticlesComponent"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 2334,
                                        "end": 2340,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 48
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 2336,
                                            "end": 2338,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 46
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 2336,
                                              "end": 2338,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 46
                                                }
                                              },
                                              "name": "el"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 2336,
                                              "end": 2338,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 46
                                                }
                                              },
                                              "name": "el"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2348,
                              "end": 2382,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 4
                                },
                                "end": {
                                  "line": 43,
                                  "column": 38
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2348,
                                "end": 2381,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 37
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2348,
                                  "end": 2369,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2348,
                                    "end": 2357,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 13
                                      }
                                    },
                                    "name": "component"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2358,
                                    "end": 2369,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 25
                                      }
                                    },
                                    "name": "widthWindow"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 2372,
                                  "end": 2381,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 37
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "Literal",
                                    "start": 2378,
                                    "end": 2381,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 37
                                      }
                                    },
                                    "value": 320,
                                    "rawValue": 320,
                                    "raw": "320"
                                  }
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2387,
                              "end": 2437,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 4
                                },
                                "end": {
                                  "line": 44,
                                  "column": 54
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2387,
                                "end": 2436,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2387,
                                  "end": 2426,
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2387,
                                    "end": 2423,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 2387,
                                      "end": 2420,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 37
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2387,
                                        "end": 2393,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 2394,
                                          "end": 2419,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 36
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2394,
                                            "end": 2417,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2394,
                                              "end": 2403,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 20
                                                }
                                              },
                                              "name": "component"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2404,
                                              "end": 2417,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 34
                                                }
                                              },
                                              "name": "_detectScreen"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2421,
                                      "end": 2423,
                                      "loc": {
                                        "start": {
                                          "line": 44,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 40
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2424,
                                    "end": 2426,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 43
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2427,
                                    "end": 2435,
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 52
                                      }
                                    },
                                    "value": "mobile",
                                    "rawValue": "mobile",
                                    "raw": "\"mobile\""
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2447,
                              "end": 2482,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 4
                                },
                                "end": {
                                  "line": 46,
                                  "column": 39
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2447,
                                "end": 2481,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 38
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2447,
                                  "end": 2468,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2447,
                                    "end": 2456,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 13
                                      }
                                    },
                                    "name": "component"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2457,
                                    "end": 2468,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 25
                                      }
                                    },
                                    "name": "widthWindow"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 2471,
                                  "end": 2481,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 38
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "Literal",
                                    "start": 2477,
                                    "end": 2481,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 38
                                      }
                                    },
                                    "value": 1024,
                                    "rawValue": 1024,
                                    "raw": "1024"
                                  }
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2488,
                              "end": 2539,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 4
                                },
                                "end": {
                                  "line": 48,
                                  "column": 55
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2488,
                                "end": 2538,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 54
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2488,
                                  "end": 2527,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2488,
                                    "end": 2524,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 2488,
                                      "end": 2521,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 37
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2488,
                                        "end": 2494,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "CallExpression",
                                          "start": 2495,
                                          "end": 2520,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 36
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2495,
                                            "end": 2518,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2495,
                                              "end": 2504,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 11
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 20
                                                }
                                              },
                                              "name": "component"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2505,
                                              "end": 2518,
                                              "loc": {
                                                "start": {
                                                  "line": 48,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 48,
                                                  "column": 34
                                                }
                                              },
                                              "name": "_detectScreen"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2522,
                                      "end": 2524,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 40
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2525,
                                    "end": 2527,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 43
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2528,
                                    "end": 2537,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 53
                                      }
                                    },
                                    "value": "desktop",
                                    "rawValue": "desktop",
                                    "raw": "\"desktop\""
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 1,
                    "_esdocTestName": "it1"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 2549,
                  "end": 3014,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 2
                    },
                    "end": {
                      "line": 67,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 2549,
                    "end": 3013,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 2
                      },
                      "end": {
                        "line": 67,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 2549,
                      "end": 2551,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 2
                        },
                        "end": {
                          "line": 51,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 2552,
                        "end": 2572,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 5
                          },
                          "end": {
                            "line": 51,
                            "column": 25
                          }
                        },
                        "value": "should clamp lines",
                        "rawValue": "should clamp lines",
                        "raw": "\"should clamp lines\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 2574,
                        "end": 3012,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 27
                          },
                          "end": {
                            "line": 67,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 2580,
                          "end": 3012,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 33
                            },
                            "end": {
                              "line": 67,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 2586,
                              "end": 2624,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 4
                                },
                                "end": {
                                  "line": 52,
                                  "column": 42
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2590,
                                  "end": 2623,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 41
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2590,
                                    "end": 2592,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 10
                                      }
                                    },
                                    "name": "el"
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "start": 2595,
                                    "end": 2623,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2595,
                                      "end": 2614,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 2595,
                                        "end": 2607,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 25
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 2595,
                                          "end": 2596,
                                          "loc": {
                                            "start": {
                                              "line": 52,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 52,
                                              "column": 14
                                            }
                                          },
                                          "name": "$"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 2597,
                                            "end": 2606,
                                            "loc": {
                                              "start": {
                                                "line": 52,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 52,
                                                "column": 24
                                              }
                                            },
                                            "value": "<div />",
                                            "rawValue": "<div />",
                                            "raw": "\"<div />\""
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2608,
                                        "end": 2614,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 32
                                          }
                                        },
                                        "name": "append"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2615,
                                        "end": 2622,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 40
                                          }
                                        },
                                        "name": "fixture"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "VariableDeclaration",
                              "start": 2629,
                              "end": 2675,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 4
                                },
                                "end": {
                                  "line": 53,
                                  "column": 50
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2633,
                                  "end": 2674,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 49
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2633,
                                    "end": 2642,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 17
                                      }
                                    },
                                    "name": "component"
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "start": 2645,
                                    "end": 2674,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 2649,
                                      "end": 2666,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 41
                                        }
                                      },
                                      "name": "ArticlesComponent"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 2667,
                                        "end": 2673,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 48
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 2669,
                                            "end": 2671,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 46
                                              }
                                            },
                                            "method": false,
                                            "shorthand": true,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 2669,
                                              "end": 2671,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 46
                                                }
                                              },
                                              "name": "el"
                                            },
                                            "kind": "init",
                                            "value": {
                                              "type": "Identifier",
                                              "start": 2669,
                                              "end": 2671,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 46
                                                }
                                              },
                                              "name": "el"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2681,
                              "end": 2709,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 4
                                },
                                "end": {
                                  "line": 55,
                                  "column": 32
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2681,
                                "end": 2708,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 31
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2681,
                                  "end": 2705,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2681,
                                    "end": 2702,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 25
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 2681,
                                      "end": 2699,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 22
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2681,
                                        "end": 2687,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2688,
                                          "end": 2698,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 21
                                            }
                                          },
                                          "name": "clampCalls"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2700,
                                      "end": 2702,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 25
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2703,
                                    "end": 2705,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 28
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2706,
                                    "end": 2707,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 30
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2714,
                              "end": 2753,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 4
                                },
                                "end": {
                                  "line": 56,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2714,
                                "end": 2752,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2714,
                                  "end": 2749,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2714,
                                    "end": 2746,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 2714,
                                      "end": 2743,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 33
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2714,
                                        "end": 2720,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 2721,
                                          "end": 2742,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2721,
                                            "end": 2736,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 26
                                              }
                                            },
                                            "name": "clampCalledWith"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2737,
                                            "end": 2742,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 32
                                              }
                                            },
                                            "name": "clamp"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2744,
                                      "end": 2746,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 36
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2747,
                                    "end": 2749,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 39
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2750,
                                    "end": 2751,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 41
                                      }
                                    },
                                    "value": 6,
                                    "rawValue": 6,
                                    "raw": "6"
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2759,
                              "end": 2774,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 4
                                },
                                "end": {
                                  "line": 58,
                                  "column": 19
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2759,
                                "end": 2773,
                                "loc": {
                                  "start": {
                                    "line": 58,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 18
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 2759,
                                  "end": 2769,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 14
                                    }
                                  },
                                  "name": "clampCalls"
                                },
                                "right": {
                                  "type": "Literal",
                                  "start": 2772,
                                  "end": 2773,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 18
                                    }
                                  },
                                  "value": 0,
                                  "rawValue": 0,
                                  "raw": "0"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2779,
                              "end": 2802,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 4
                                },
                                "end": {
                                  "line": 59,
                                  "column": 27
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2779,
                                "end": 2801,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 26
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 2779,
                                  "end": 2794,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 19
                                    }
                                  },
                                  "name": "clampCalledWith"
                                },
                                "right": {
                                  "type": "Literal",
                                  "start": 2797,
                                  "end": 2801,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 26
                                    }
                                  },
                                  "value": null,
                                  "rawValue": null,
                                  "raw": "null"
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2808,
                              "end": 2935,
                              "loc": {
                                "start": {
                                  "line": 61,
                                  "column": 4
                                },
                                "end": {
                                  "line": 63,
                                  "column": 6
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2808,
                                "end": 2934,
                                "loc": {
                                  "start": {
                                    "line": 61,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 5
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2808,
                                  "end": 2831,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2808,
                                    "end": 2817,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 13
                                      }
                                    },
                                    "name": "component"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2818,
                                    "end": 2831,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 27
                                      }
                                    },
                                    "name": "_findElements"
                                  },
                                  "computed": false
                                },
                                "right": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 2834,
                                  "end": 2934,
                                  "loc": {
                                    "start": {
                                      "line": 61,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 5
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 2840,
                                    "end": 2934,
                                    "loc": {
                                      "start": {
                                        "line": 61,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 5
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ReturnStatement",
                                        "start": 2848,
                                        "end": 2928,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 86
                                          }
                                        },
                                        "argument": {
                                          "type": "ObjectExpression",
                                          "start": 2855,
                                          "end": 2927,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 85
                                            }
                                          },
                                          "properties": [
                                            {
                                              "type": "Property",
                                              "start": 2857,
                                              "end": 2870,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 28
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2857,
                                                "end": 2867,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 25
                                                  }
                                                },
                                                "name": "titleLines"
                                              },
                                              "value": {
                                                "type": "Literal",
                                                "start": 2869,
                                                "end": 2870,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 28
                                                  }
                                                },
                                                "value": 2,
                                                "rawValue": 2,
                                                "raw": "2"
                                              },
                                              "kind": "init"
                                            },
                                            {
                                              "type": "Property",
                                              "start": 2872,
                                              "end": 2886,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 44
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2872,
                                                "end": 2883,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "teaserLines"
                                              },
                                              "value": {
                                                "type": "Literal",
                                                "start": 2885,
                                                "end": 2886,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 44
                                                  }
                                                },
                                                "value": 5,
                                                "rawValue": 5,
                                                "raw": "5"
                                              },
                                              "kind": "init"
                                            },
                                            {
                                              "type": "Property",
                                              "start": 2888,
                                              "end": 2906,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 64
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2888,
                                                "end": 2894,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 52
                                                  }
                                                },
                                                "name": "teaser"
                                              },
                                              "value": {
                                                "type": "CallExpression",
                                                "start": 2896,
                                                "end": 2906,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 64
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 2896,
                                                  "end": 2897,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 55
                                                    }
                                                  },
                                                  "name": "$"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "start": 2898,
                                                    "end": 2905,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 63
                                                      }
                                                    },
                                                    "value": "<p />",
                                                    "rawValue": "<p />",
                                                    "raw": "\"<p />\""
                                                  }
                                                ]
                                              },
                                              "kind": "init"
                                            },
                                            {
                                              "type": "Property",
                                              "start": 2908,
                                              "end": 2925,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 83
                                                }
                                              },
                                              "method": false,
                                              "shorthand": false,
                                              "computed": false,
                                              "key": {
                                                "type": "Identifier",
                                                "start": 2908,
                                                "end": 2913,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "blurb"
                                              },
                                              "value": {
                                                "type": "CallExpression",
                                                "start": 2915,
                                                "end": 2925,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 83
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 2915,
                                                  "end": 2916,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "$"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "start": 2917,
                                                    "end": 2924,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 75
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 82
                                                      }
                                                    },
                                                    "value": "<p />",
                                                    "rawValue": "<p />",
                                                    "raw": "\"<p />\""
                                                  }
                                                ]
                                              },
                                              "kind": "init"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2941,
                              "end": 2964,
                              "loc": {
                                "start": {
                                  "line": 65,
                                  "column": 4
                                },
                                "end": {
                                  "line": 65,
                                  "column": 27
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2941,
                                "end": 2963,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 26
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2941,
                                  "end": 2961,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2941,
                                    "end": 2950,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 13
                                      }
                                    },
                                    "name": "component"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2951,
                                    "end": 2961,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 24
                                      }
                                    },
                                    "name": "_clampText"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 2969,
                              "end": 3008,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 4
                                },
                                "end": {
                                  "line": 66,
                                  "column": 43
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 2969,
                                "end": 3007,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2969,
                                  "end": 3004,
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 39
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2969,
                                    "end": 3001,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 2969,
                                      "end": 2998,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 33
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 2969,
                                        "end": 2975,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 10
                                          }
                                        },
                                        "name": "expect"
                                      },
                                      "arguments": [
                                        {
                                          "type": "MemberExpression",
                                          "start": 2976,
                                          "end": 2997,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 11
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 32
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2976,
                                            "end": 2991,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 26
                                              }
                                            },
                                            "name": "clampCalledWith"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2992,
                                            "end": 2997,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 32
                                              }
                                            },
                                            "name": "clamp"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2999,
                                      "end": 3001,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 36
                                        }
                                      },
                                      "name": "to"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3002,
                                    "end": 3004,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 39
                                      }
                                    },
                                    "name": "be"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 3005,
                                    "end": 3006,
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 41
                                      }
                                    },
                                    "value": 4,
                                    "rawValue": 4,
                                    "raw": "4"
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 2,
                    "_esdocTestName": "it2"
                  }
                }
              ]
            }
          }
        ],
        "leadingComments": null,
        "_esdocTestId": 0,
        "_esdocTestName": "describe0"
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {ArticlesComponent} ",
          "start": 2156,
          "end": 2188,
          "loc": {
            "start": {
              "line": 37,
              "column": 0
            },
            "end": {
              "line": 37,
              "column": 32
            }
          },
          "range": [
            2156,
            2188
          ]
        }
      ]
    }
  ]
}