{
  "type": "Program",
  "start": 0,
  "end": 1061,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 50,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 63,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 63
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 11,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 11,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 11
              }
            },
            "name": "Tabs"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 17,
        "end": 62,
        "loc": {
          "start": {
            "line": 1,
            "column": 17
          },
          "end": {
            "line": 1,
            "column": 62
          }
        },
        "value": "../../../src/components/tabs/tabs_component",
        "rawValue": "../../../src/components/tabs/tabs_component",
        "raw": "\"../../../src/components/tabs/tabs_component\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 64,
      "end": 87,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 23
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 71,
          "end": 72,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 8
            }
          },
          "local": {
            "type": "Identifier",
            "start": 71,
            "end": 72,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 8
              }
            },
            "name": "$"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 78,
        "end": 86,
        "loc": {
          "start": {
            "line": 2,
            "column": 14
          },
          "end": {
            "line": 2,
            "column": 22
          }
        },
        "value": "jquery",
        "rawValue": "jquery",
        "raw": "\"jquery\""
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 89,
      "end": 123,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 34
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 93,
          "end": 122,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 33
            }
          },
          "id": {
            "type": "Identifier",
            "start": 93,
            "end": 99,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 10
              }
            },
            "name": "expect"
          },
          "init": {
            "type": "CallExpression",
            "start": 102,
            "end": 122,
            "loc": {
              "start": {
                "line": 4,
                "column": 13
              },
              "end": {
                "line": 4,
                "column": 33
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 102,
              "end": 109,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 13
                },
                "end": {
                  "line": 4,
                  "column": 20
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 110,
                "end": 121,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 21
                  },
                  "end": {
                    "line": 4,
                    "column": 32
                  }
                },
                "value": "expect.js",
                "rawValue": "expect.js",
                "raw": "\"expect.js\""
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "VariableDeclaration",
      "start": 125,
      "end": 416,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 19,
          "column": 2
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 129,
          "end": 415,
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 19,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 129,
            "end": 136,
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 11
              }
            },
            "name": "fixture"
          },
          "init": {
            "type": "TemplateLiteral",
            "start": 139,
            "end": 415,
            "loc": {
              "start": {
                "line": 6,
                "column": 14
              },
              "end": {
                "line": 19,
                "column": 1
              }
            },
            "expressions": [],
            "quasis": [
              {
                "type": "TemplateElement",
                "start": 140,
                "end": 414,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 15
                  },
                  "end": {
                    "line": 19,
                    "column": 0
                  }
                },
                "value": {
                  "raw": "\n<div class=\"tabs\">\n  <ul class=\"tabs__links\">\n    <li><a href=\"#tab1\">Tab 1</a></li>\n    <li><a href=\"#tab2\">Tab 2</a></li>\n  </ul>\n  <div class=\"tabs__content\" id=\"tab1\">\n    Tab 1 Content\n  </div>\n  <div class=\"tabs__content\" id=\"tab2\">\n    Tab 2 Content\n  </div>\n</div>\n",
                  "cooked": "\n<div class=\"tabs\">\n  <ul class=\"tabs__links\">\n    <li><a href=\"#tab1\">Tab 1</a></li>\n    <li><a href=\"#tab2\">Tab 2</a></li>\n  </ul>\n  <div class=\"tabs__content\" id=\"tab1\">\n    Tab 1 Content\n  </div>\n  <div class=\"tabs__content\" id=\"tab2\">\n    Tab 2 Content\n  </div>\n</div>\n"
                },
                "tail": true
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "ExpressionStatement",
      "start": 419,
      "end": 1060,
      "loc": {
        "start": {
          "line": 22,
          "column": 0
        },
        "end": {
          "line": 49,
          "column": 3
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 419,
        "end": 1059,
        "loc": {
          "start": {
            "line": 22,
            "column": 0
          },
          "end": {
            "line": 49,
            "column": 2
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 419,
          "end": 427,
          "loc": {
            "start": {
              "line": 22,
              "column": 0
            },
            "end": {
              "line": 22,
              "column": 8
            }
          },
          "name": "describe"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 428,
            "end": 444,
            "loc": {
              "start": {
                "line": 22,
                "column": 9
              },
              "end": {
                "line": 22,
                "column": 25
              }
            },
            "value": "tabs component",
            "rawValue": "tabs component",
            "raw": "\"tabs component\""
          },
          {
            "type": "ArrowFunctionExpression",
            "start": 446,
            "end": 1058,
            "loc": {
              "start": {
                "line": 22,
                "column": 27
              },
              "end": {
                "line": 49,
                "column": 1
              }
            },
            "id": null,
            "generator": false,
            "expression": false,
            "async": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "start": 452,
              "end": 1058,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 33
                },
                "end": {
                  "line": 49,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "ExpressionStatement",
                  "start": 456,
                  "end": 530,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 2
                    },
                    "end": {
                      "line": 25,
                      "column": 5
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 456,
                    "end": 529,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 2
                      },
                      "end": {
                        "line": 25,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 456,
                      "end": 458,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 2
                        },
                        "end": {
                          "line": 23,
                          "column": 4
                        }
                      },
                      "name": "it"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 459,
                        "end": 486,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 5
                          },
                          "end": {
                            "line": 23,
                            "column": 32
                          }
                        },
                        "value": "should have a constructor",
                        "rawValue": "should have a constructor",
                        "raw": "\"should have a constructor\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 488,
                        "end": 528,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 34
                          },
                          "end": {
                            "line": 25,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 494,
                          "end": 528,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 40
                            },
                            "end": {
                              "line": 25,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 500,
                              "end": 524,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 4
                                },
                                "end": {
                                  "line": 24,
                                  "column": 28
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 500,
                                "end": 523,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 27
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 500,
                                  "end": 521,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 500,
                                    "end": 518,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 22
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 500,
                                      "end": 515,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 4
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 500,
                                        "end": 512,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 4
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 16
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 500,
                                          "end": 506,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 4
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 10
                                            }
                                          },
                                          "name": "expect"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 507,
                                            "end": 511,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 11
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 15
                                              }
                                            },
                                            "name": "Tabs"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 513,
                                        "end": 515,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 19
                                          }
                                        },
                                        "name": "to"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 516,
                                      "end": 518,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 22
                                        }
                                      },
                                      "name": "be"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 519,
                                    "end": 521,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 25
                                      }
                                    },
                                    "name": "ok"
                                  },
                                  "computed": false
                                },
                                "arguments": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 19,
                    "_esdocTestName": "it19"
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 534,
                  "end": 1056,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 2
                    },
                    "end": {
                      "line": 48,
                      "column": 4
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 534,
                    "end": 1056,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 2
                      },
                      "end": {
                        "line": 48,
                        "column": 4
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 534,
                      "end": 542,
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 2
                        },
                        "end": {
                          "line": 27,
                          "column": 10
                        }
                      },
                      "name": "describe"
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "start": 543,
                        "end": 548,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 11
                          },
                          "end": {
                            "line": 27,
                            "column": 16
                          }
                        },
                        "value": "api",
                        "rawValue": "api",
                        "raw": "\"api\""
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "start": 550,
                        "end": 1055,
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 18
                          },
                          "end": {
                            "line": 48,
                            "column": 3
                          }
                        },
                        "id": null,
                        "generator": false,
                        "expression": false,
                        "async": false,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "start": 556,
                          "end": 1055,
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 24
                            },
                            "end": {
                              "line": 48,
                              "column": 3
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 562,
                              "end": 576,
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 4
                                },
                                "end": {
                                  "line": 28,
                                  "column": 18
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 566,
                                  "end": 569,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 11
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 566,
                                    "end": 569,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 11
                                      }
                                    },
                                    "name": "$el"
                                  },
                                  "init": null
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 571,
                                  "end": 575,
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 17
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 571,
                                    "end": 575,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 17
                                      }
                                    },
                                    "name": "tabs"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 582,
                              "end": 682,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 4
                                },
                                "end": {
                                  "line": 36,
                                  "column": 7
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 582,
                                "end": 681,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 582,
                                  "end": 592,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 14
                                    }
                                  },
                                  "name": "beforeEach"
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 593,
                                    "end": 680,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 599,
                                      "end": 680,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 607,
                                          "end": 623,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 22
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 607,
                                            "end": 623,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 22
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 607,
                                              "end": 610,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 9
                                                }
                                              },
                                              "name": "$el"
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 613,
                                              "end": 623,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 22
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 613,
                                                "end": 614,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 13
                                                  }
                                                },
                                                "name": "$"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 615,
                                                  "end": 622,
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 21
                                                    }
                                                  },
                                                  "name": "fixture"
                                                }
                                              ]
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 631,
                                          "end": 674,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 9
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 631,
                                            "end": 673,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 8
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "start": 631,
                                              "end": 635,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 10
                                                }
                                              },
                                              "name": "tabs"
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "start": 638,
                                              "end": 673,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 8
                                                }
                                              },
                                              "callee": {
                                                "type": "Identifier",
                                                "start": 642,
                                                "end": 646,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 21
                                                  }
                                                },
                                                "name": "Tabs"
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 647,
                                                  "end": 672,
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 7
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "start": 657,
                                                      "end": 664,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 8
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 15
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 657,
                                                        "end": 659,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 8
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 10
                                                          }
                                                        },
                                                        "name": "el"
                                                      },
                                                      "value": {
                                                        "type": "Identifier",
                                                        "start": 661,
                                                        "end": 664,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 15
                                                          }
                                                        },
                                                        "name": "$el"
                                                      },
                                                      "kind": "init"
                                                    }
                                                  ]
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 688,
                              "end": 792,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 4
                                },
                                "end": {
                                  "line": 40,
                                  "column": 7
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 688,
                                "end": 791,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 688,
                                  "end": 690,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 6
                                    }
                                  },
                                  "name": "it"
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 691,
                                    "end": 718,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 34
                                      }
                                    },
                                    "value": "should have an active tab",
                                    "rawValue": "should have an active tab",
                                    "raw": "\"should have an active tab\""
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "start": 720,
                                    "end": 790,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 731,
                                      "end": 790,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 739,
                                          "end": 784,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 51
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 739,
                                            "end": 783,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 739,
                                              "end": 775,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 739,
                                                "end": 772,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 739,
                                                  "end": 769,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 36
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 739,
                                                    "end": 745,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 6
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 12
                                                      }
                                                    },
                                                    "name": "expect"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 746,
                                                      "end": 768,
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 35
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 746,
                                                        "end": 765,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 13
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 32
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 746,
                                                          "end": 762,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 13
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 29
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 746,
                                                            "end": 757,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 13
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 24
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 746,
                                                              "end": 750,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 13
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 17
                                                                }
                                                              },
                                                              "name": "tabs"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 751,
                                                              "end": 757,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 24
                                                                }
                                                              },
                                                              "name": "active"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 758,
                                                            "end": 762,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "$tab"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Literal",
                                                          "start": 763,
                                                          "end": 764,
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 31
                                                            }
                                                          },
                                                          "value": 0,
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 766,
                                                        "end": 768,
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 35
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 770,
                                                  "end": 772,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "to"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 773,
                                                "end": 775,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "be"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 776,
                                                "end": 782,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 49
                                                  }
                                                },
                                                "value": "tab1",
                                                "rawValue": "tab1",
                                                "raw": "\"tab1\""
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "_esdocTestId": 21,
                                "_esdocTestName": "it21"
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "start": 798,
                              "end": 1051,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 4
                                },
                                "end": {
                                  "line": 47,
                                  "column": 7
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 798,
                                "end": 1050,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 6
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 798,
                                  "end": 800,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 6
                                    }
                                  },
                                  "name": "it"
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 801,
                                    "end": 849,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 55
                                      }
                                    },
                                    "value": "should set tabs as active when clicking a link",
                                    "rawValue": "should set tabs as active when clicking a link",
                                    "raw": "\"should set tabs as active when clicking a link\""
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "start": 851,
                                    "end": 1049,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 5
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 862,
                                      "end": 1049,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 5
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 870,
                                          "end": 905,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 41
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 870,
                                            "end": 904,
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 40
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 870,
                                              "end": 902,
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 870,
                                                "end": 896,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 32
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 870,
                                                  "end": 878,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 14
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 870,
                                                    "end": 873,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 6
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 9
                                                      }
                                                    },
                                                    "name": "$el"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 874,
                                                    "end": 878,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 14
                                                      }
                                                    },
                                                    "name": "find"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "start": 879,
                                                    "end": 895,
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 31
                                                      }
                                                    },
                                                    "value": "[href='#tab2']",
                                                    "rawValue": "[href='#tab2']",
                                                    "raw": "\"[href='#tab2']\""
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 897,
                                                "end": 902,
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "click"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 919,
                                          "end": 991,
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 78
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 919,
                                            "end": 990,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 919,
                                              "end": 988,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 75
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 919,
                                                "end": 985,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 72
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 919,
                                                  "end": 982,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 69
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 919,
                                                    "end": 978,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 6
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 65
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "start": 919,
                                                      "end": 975,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 6
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 62
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 919,
                                                        "end": 925,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 6
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 12
                                                          }
                                                        },
                                                        "name": "expect"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "CallExpression",
                                                          "start": 926,
                                                          "end": 974,
                                                          "loc": {
                                                            "start": {
                                                              "line": 45,
                                                              "column": 13
                                                            },
                                                            "end": {
                                                              "line": 45,
                                                              "column": 61
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 926,
                                                            "end": 961,
                                                            "loc": {
                                                              "start": {
                                                                "line": 45,
                                                                "column": 13
                                                              },
                                                              "end": {
                                                                "line": 45,
                                                                "column": 48
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 926,
                                                              "end": 952,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 45,
                                                                  "column": 13
                                                                },
                                                                "end": {
                                                                  "line": 45,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 926,
                                                                "end": 934,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 13
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 21
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 926,
                                                                  "end": 929,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 13
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 16
                                                                    }
                                                                  },
                                                                  "name": "$el"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 930,
                                                                  "end": 934,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 21
                                                                    }
                                                                  },
                                                                  "name": "find"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "start": 935,
                                                                  "end": 951,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 22
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 38
                                                                    }
                                                                  },
                                                                  "value": "[href='#tab1']",
                                                                  "rawValue": "[href='#tab1']",
                                                                  "raw": "\"[href='#tab1']\""
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 953,
                                                              "end": 961,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 45,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 45,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "name": "hasClass"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "start": 962,
                                                              "end": 973,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 45,
                                                                  "column": 49
                                                                },
                                                                "end": {
                                                                  "line": 45,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "value": "is-active",
                                                              "rawValue": "is-active",
                                                              "raw": "\"is-active\""
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 976,
                                                      "end": 978,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 65
                                                        }
                                                      },
                                                      "name": "to"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 979,
                                                    "end": 982,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 69
                                                      }
                                                    },
                                                    "name": "not"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 983,
                                                  "end": 985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 72
                                                    }
                                                  },
                                                  "name": "be"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 986,
                                                "end": 988,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 73
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 75
                                                  }
                                                },
                                                "name": "ok"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 998,
                                          "end": 1043,
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 51
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 998,
                                            "end": 1042,
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 6
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 50
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 998,
                                              "end": 1034,
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 6
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 998,
                                                "end": 1031,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 6
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 998,
                                                  "end": 1028,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 6
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 36
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 998,
                                                    "end": 1004,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 6
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 12
                                                      }
                                                    },
                                                    "name": "expect"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 1005,
                                                      "end": 1027,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 35
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 1005,
                                                        "end": 1024,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 13
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 32
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 1005,
                                                          "end": 1021,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 13
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 29
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 1005,
                                                            "end": 1016,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 13
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 24
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1005,
                                                              "end": 1009,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 13
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 17
                                                                }
                                                              },
                                                              "name": "tabs"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1010,
                                                              "end": 1016,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 46,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 46,
                                                                  "column": 24
                                                                }
                                                              },
                                                              "name": "active"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1017,
                                                            "end": 1021,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "$tab"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Literal",
                                                          "start": 1022,
                                                          "end": 1023,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 31
                                                            }
                                                          },
                                                          "value": 0,
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "computed": true
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1025,
                                                        "end": 1027,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 35
                                                          }
                                                        },
                                                        "name": "id"
                                                      },
                                                      "computed": false
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1029,
                                                  "end": 1031,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "to"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1032,
                                                "end": 1034,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "be"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 1035,
                                                "end": 1041,
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 49
                                                  }
                                                },
                                                "value": "tab2",
                                                "rawValue": "tab2",
                                                "raw": "\"tab2\""
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "_esdocTestId": 22,
                                "_esdocTestName": "it22"
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "_esdocTestId": 20,
                    "_esdocTestName": "describe20"
                  }
                }
              ]
            }
          }
        ],
        "_esdocTestId": 18,
        "_esdocTestName": "describe18"
      }
    }
  ]
}