{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Set_1",
            "range": [
              48,
              53
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 9
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                56,
                63
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 12
                },
                "end": {
                  "line": 3,
                  "column": 19
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/util/Set",
                "raw": "'../../dist/cjs/util/Set'",
                "range": [
                  64,
                  89
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 20
                  },
                  "end": {
                    "line": 3,
                    "column": 45
                  }
                }
              }
            ],
            "range": [
              56,
              90
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 12
              },
              "end": {
                "line": 3,
                "column": 46
              }
            }
          },
          "range": [
            48,
            90
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 46
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        91
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 47
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            92,
            100
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Set",
            "raw": "'Set'",
            "range": [
              101,
              106
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 9
              },
              "end": {
                "line": 4,
                "column": 14
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "IfStatement",
                  "test": {
                    "type": "BinaryExpression",
                    "operator": "===",
                    "left": {
                      "type": "UnaryExpression",
                      "operator": "typeof",
                      "argument": {
                        "type": "Identifier",
                        "name": "Set",
                        "range": [
                          137,
                          140
                        ],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 15
                          },
                          "end": {
                            "line": 5,
                            "column": 18
                          }
                        }
                      },
                      "prefix": true,
                      "range": [
                        130,
                        140
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 18
                        }
                      }
                    },
                    "right": {
                      "type": "Literal",
                      "value": "function",
                      "raw": "'function'",
                      "range": [
                        145,
                        155
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 23
                        },
                        "end": {
                          "line": 5,
                          "column": 33
                        }
                      }
                    },
                    "range": [
                      130,
                      155
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8
                      },
                      "end": {
                        "line": 5,
                        "column": 33
                      }
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "body": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "Identifier",
                            "name": "it",
                            "range": [
                              167,
                              169
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 10
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "value": "should use Set if Set exists",
                              "raw": "'should use Set if Set exists'",
                              "range": [
                                170,
                                200
                              ],
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 11
                                },
                                "end": {
                                  "line": 6,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "FunctionExpression",
                              "id": null,
                              "params": [],
                              "body": {
                                "type": "BlockStatement",
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "chai_1",
                                                "range": [
                                                  228,
                                                  234
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 7,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 7,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "expect",
                                                "range": [
                                                  235,
                                                  241
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 7,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 7,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "range": [
                                                228,
                                                241
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 7,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 7,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Set_1",
                                                  "range": [
                                                    242,
                                                    247
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 7,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 7,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Set",
                                                  "range": [
                                                    248,
                                                    251
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 7,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 7,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  242,
                                                  251
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 7,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 7,
                                                    "column": 35
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              228,
                                              252
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 7,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 7,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "to",
                                            "range": [
                                              253,
                                              255
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 7,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 7,
                                                "column": 39
                                              }
                                            }
                                          },
                                          "range": [
                                            228,
                                            255
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 7,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 7,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "equal",
                                          "range": [
                                            256,
                                            261
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 7,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 7,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "range": [
                                          228,
                                          261
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 7,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 7,
                                            "column": 45
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "Set",
                                          "range": [
                                            262,
                                            265
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 7,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 7,
                                              "column": 49
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        228,
                                        266
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 7,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 7,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "range": [
                                      228,
                                      267
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 7,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 7,
                                        "column": 51
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  214,
                                  277
                                ],
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 9
                                  }
                                }
                              },
                              "generator": false,
                              "expression": false,
                              "range": [
                                202,
                                277
                              ],
                              "loc": {
                                "start": {
                                  "line": 6,
                                  "column": 43
                                },
                                "end": {
                                  "line": 8,
                                  "column": 9
                                }
                              }
                            }
                          ],
                          "range": [
                            167,
                            278
                          ],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 10
                            }
                          },
                          "_esdocTestId": 2565,
                          "_esdocTestName": "it2565"
                        },
                        "range": [
                          167,
                          279
                        ],
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 11
                          }
                        }
                      }
                    ],
                    "range": [
                      157,
                      285
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 35
                      },
                      "end": {
                        "line": 9,
                        "column": 5
                      }
                    }
                  },
                  "alternate": null,
                  "range": [
                    126,
                    285
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4
                    },
                    "end": {
                      "line": 9,
                      "column": 5
                    }
                  }
                }
              ],
              "range": [
                120,
                287
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 28
                },
                "end": {
                  "line": 10,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              108,
              287
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 16
              },
              "end": {
                "line": 10,
                "column": 1
              }
            }
          }
        ],
        "range": [
          92,
          288
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 2
          }
        },
        "_esdocTestId": 2564,
        "_esdocTestName": "describe2564"
      },
      "range": [
        92,
        289
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 3
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            290,
            298
          ],
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "minimalSetImpl()",
            "raw": "'minimalSetImpl()'",
            "range": [
              299,
              317
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 9
              },
              "end": {
                "line": 11,
                "column": 27
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        337,
                        339
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should provide the minimal Set we require",
                        "raw": "'should provide the minimal Set we require'",
                        "range": [
                          340,
                          383
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 7
                          },
                          "end": {
                            "line": 12,
                            "column": 50
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "MinSet",
                                    "range": [
                                      411,
                                      417
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Set_1",
                                        "range": [
                                          420,
                                          425
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 26
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "minimalSetImpl",
                                        "range": [
                                          426,
                                          440
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 41
                                          }
                                        }
                                      },
                                      "range": [
                                        420,
                                        440
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 41
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      420,
                                      442
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    411,
                                    442
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 43
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                407,
                                443
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 44
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "test",
                                    "range": [
                                      456,
                                      460
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "MinSet",
                                      "range": [
                                        467,
                                        473
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      463,
                                      475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    456,
                                    475
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                452,
                                476
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 32
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              485,
                                              491
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              492,
                                              498
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            485,
                                            498
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "MinSet",
                                                "range": [
                                                  499,
                                                  505
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  506,
                                                  515
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "range": [
                                                499,
                                                515
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "add",
                                              "range": [
                                                516,
                                                519
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "range": [
                                              499,
                                              519
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 42
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          485,
                                          520
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          521,
                                          523
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        485,
                                        523
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        524,
                                        526
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "range": [
                                      485,
                                      526
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      527,
                                      528
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "range": [
                                    485,
                                    528
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 51
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "function",
                                    "raw": "'function'",
                                    "range": [
                                      529,
                                      539
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 62
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  485,
                                  540
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 63
                                  }
                                }
                              },
                              "range": [
                                485,
                                541
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 64
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              550,
                                              556
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              557,
                                              563
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            550,
                                            563
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "MinSet",
                                                "range": [
                                                  564,
                                                  570
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  571,
                                                  580
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "range": [
                                                564,
                                                580
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "has",
                                              "range": [
                                                581,
                                                584
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "range": [
                                              564,
                                              584
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 42
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          550,
                                          585
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          586,
                                          588
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        550,
                                        588
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        589,
                                        591
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "range": [
                                      550,
                                      591
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      592,
                                      593
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "range": [
                                    550,
                                    593
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 51
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "function",
                                    "raw": "'function'",
                                    "range": [
                                      594,
                                      604
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 62
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  550,
                                  605
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 63
                                  }
                                }
                              },
                              "range": [
                                550,
                                606
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 64
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              615,
                                              621
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              622,
                                              628
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            615,
                                            628
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "MinSet",
                                                "range": [
                                                  629,
                                                  635
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "prototype",
                                                "range": [
                                                  636,
                                                  645
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "range": [
                                                629,
                                                645
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "clear",
                                              "range": [
                                                646,
                                                651
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "range": [
                                              629,
                                              651
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 44
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          615,
                                          652
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 45
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          653,
                                          655
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "range": [
                                        615,
                                        655
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 48
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        656,
                                        658
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 51
                                        }
                                      }
                                    },
                                    "range": [
                                      615,
                                      658
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      659,
                                      660
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    615,
                                    660
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 53
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "function",
                                    "raw": "'function'",
                                    "range": [
                                      661,
                                      671
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  615,
                                  672
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                615,
                                673
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              682,
                                              688
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              689,
                                              695
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            682,
                                            695
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "test",
                                              "range": [
                                                696,
                                                700
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "size",
                                              "range": [
                                                701,
                                                705
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "range": [
                                              696,
                                              705
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 31
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          682,
                                          706
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          707,
                                          709
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "range": [
                                        682,
                                        709
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        710,
                                        712
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      682,
                                      712
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      713,
                                      714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    682,
                                    714
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 40
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "number",
                                    "raw": "'number'",
                                    "range": [
                                      715,
                                      723
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 49
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  682,
                                  724
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 50
                                  }
                                }
                              },
                              "range": [
                                682,
                                725
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 51
                                }
                              }
                            }
                          ],
                          "range": [
                            397,
                            731
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 64
                            },
                            "end": {
                              "line": 19,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          385,
                          731
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 52
                          },
                          "end": {
                            "line": 19,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      337,
                      732
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2567,
                    "_esdocTestName": "it2567"
                  },
                  "range": [
                    337,
                    733
                  ],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        738,
                        746
                      ],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "returned MinimalSet",
                        "raw": "'returned MinimalSet'",
                        "range": [
                          747,
                          768
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 13
                          },
                          "end": {
                            "line": 20,
                            "column": 34
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    792,
                                    794
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should implement add, has, size and clear",
                                    "raw": "'should implement add, has, size and clear'",
                                    "range": [
                                      795,
                                      838
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 54
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "MinSet",
                                                "range": [
                                                  870,
                                                  876
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "Set_1",
                                                    "range": [
                                                      879,
                                                      884
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 30
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "minimalSetImpl",
                                                    "range": [
                                                      885,
                                                      899
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    879,
                                                    899
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  879,
                                                  901
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                870,
                                                901
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            866,
                                            902
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "test",
                                                "range": [
                                                  919,
                                                  923
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "MinSet",
                                                  "range": [
                                                    930,
                                                    936
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  926,
                                                  938
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "range": [
                                                919,
                                                938
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 35
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            915,
                                            939
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 36
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        952,
                                                        958
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        959,
                                                        965
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      952,
                                                      965
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "test",
                                                        "range": [
                                                          966,
                                                          970
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 24,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "size",
                                                        "range": [
                                                          971,
                                                          975
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 24,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        966,
                                                        975
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    952,
                                                    976
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    977,
                                                    979
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  952,
                                                  979
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  980,
                                                  985
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                952,
                                                985
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  986,
                                                  987
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              952,
                                              988
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            952,
                                            989
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "test",
                                                "range": [
                                                  1002,
                                                  1006
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  1007,
                                                  1010
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "range": [
                                                1002,
                                                1010
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "Laverne",
                                                "raw": "'Laverne'",
                                                "range": [
                                                  1011,
                                                  1020
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 30
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1002,
                                              1021
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            1002,
                                            1022
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 32
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1035,
                                                        1041
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1042,
                                                        1048
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1035,
                                                      1048
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "test",
                                                        "range": [
                                                          1049,
                                                          1053
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "size",
                                                        "range": [
                                                          1054,
                                                          1058
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1049,
                                                        1058
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1035,
                                                    1059
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1060,
                                                    1062
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1035,
                                                  1062
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1063,
                                                  1068
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                1035,
                                                1068
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  1069,
                                                  1070
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1035,
                                              1071
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            1035,
                                            1072
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1085,
                                                        1091
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1092,
                                                        1098
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1085,
                                                      1098
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1099,
                                                            1103
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1104,
                                                            1107
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1099,
                                                          1107
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 27,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 27,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Laverne",
                                                          "raw": "'Laverne'",
                                                          "range": [
                                                            1108,
                                                            1117
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 44
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1099,
                                                        1118
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 45
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1085,
                                                    1119
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1120,
                                                    1122
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1085,
                                                  1122
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1123,
                                                  1125
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                1085,
                                                1125
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                1126,
                                                1130
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "range": [
                                              1085,
                                              1130
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1085,
                                            1131
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 58
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1144,
                                                        1150
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1151,
                                                        1157
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1144,
                                                      1157
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1158,
                                                            1162
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1163,
                                                            1166
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1158,
                                                          1166
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Shirley",
                                                          "raw": "'Shirley'",
                                                          "range": [
                                                            1167,
                                                            1176
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 44
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1158,
                                                        1177
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 45
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1144,
                                                    1178
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1179,
                                                    1181
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1144,
                                                  1181
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1182,
                                                  1184
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                1144,
                                                1184
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                1185,
                                                1190
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "range": [
                                              1144,
                                              1190
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "range": [
                                            1144,
                                            1191
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 59
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "test",
                                                "range": [
                                                  1204,
                                                  1208
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  1209,
                                                  1212
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "range": [
                                                1204,
                                                1212
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "Shirley",
                                                "raw": "'Shirley'",
                                                "range": [
                                                  1213,
                                                  1222
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 30
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1204,
                                              1223
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            1204,
                                            1224
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 32
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1237,
                                                        1243
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1244,
                                                        1250
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1237,
                                                      1250
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "test",
                                                        "range": [
                                                          1251,
                                                          1255
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "size",
                                                        "range": [
                                                          1256,
                                                          1260
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1251,
                                                        1260
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 30,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1237,
                                                    1261
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1262,
                                                    1264
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1237,
                                                  1264
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1265,
                                                  1270
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                1237,
                                                1270
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 2,
                                                "raw": "2",
                                                "range": [
                                                  1271,
                                                  1272
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1237,
                                              1273
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            1237,
                                            1274
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1287,
                                                        1293
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1294,
                                                        1300
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1287,
                                                      1300
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1301,
                                                            1305
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1306,
                                                            1309
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1301,
                                                          1309
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Laverne",
                                                          "raw": "'Laverne'",
                                                          "range": [
                                                            1310,
                                                            1319
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 31,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 31,
                                                              "column": 44
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1301,
                                                        1320
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 45
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1287,
                                                    1321
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1322,
                                                    1324
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1287,
                                                  1324
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1325,
                                                  1327
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                1287,
                                                1327
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                1328,
                                                1332
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "range": [
                                              1287,
                                              1332
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1287,
                                            1333
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 58
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1346,
                                                        1352
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 32,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 32,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1353,
                                                        1359
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 32,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 32,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1346,
                                                      1359
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1360,
                                                            1364
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1365,
                                                            1368
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1360,
                                                          1368
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Shirley",
                                                          "raw": "'Shirley'",
                                                          "range": [
                                                            1369,
                                                            1378
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 44
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1360,
                                                        1379
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 32,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 32,
                                                          "column": 45
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1346,
                                                    1380
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1381,
                                                    1383
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1346,
                                                  1383
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1384,
                                                  1386
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                1346,
                                                1386
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                1387,
                                                1391
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 57
                                                }
                                              }
                                            },
                                            "range": [
                                              1346,
                                              1391
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 57
                                              }
                                            }
                                          },
                                          "range": [
                                            1346,
                                            1392
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 58
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "squiggy",
                                                "range": [
                                                  1409,
                                                  1416
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "name",
                                                      "range": [
                                                        1421,
                                                        1425
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": "Andrew Squiggman",
                                                      "raw": "'Andrew Squiggman'",
                                                      "range": [
                                                        1427,
                                                        1445
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 52
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      1421,
                                                      1445
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 52
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1419,
                                                  1447
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "range": [
                                                1409,
                                                1447
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 54
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1405,
                                            1448
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 55
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "identicalSquiggy",
                                                "range": [
                                                  1465,
                                                  1481
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "name",
                                                      "range": [
                                                        1486,
                                                        1490
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 41
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": "Andrew Squiggman",
                                                      "raw": "'Andrew Squiggman'",
                                                      "range": [
                                                        1492,
                                                        1510
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 61
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      1486,
                                                      1510
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 61
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1484,
                                                  1512
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "range": [
                                                1465,
                                                1512
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1461,
                                            1513
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 64
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "Line",
                                              "value": " lol, imposter!",
                                              "range": [
                                                1514,
                                                1531
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 82
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "test",
                                                "range": [
                                                  1544,
                                                  1548
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  1549,
                                                  1552
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "range": [
                                                1544,
                                                1552
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "squiggy",
                                                "range": [
                                                  1553,
                                                  1560
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 28
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1544,
                                              1561
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            1544,
                                            1562
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 30
                                            }
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "Line",
                                              "value": " lol, imposter!",
                                              "range": [
                                                1514,
                                                1531
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 82
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1575,
                                                        1581
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1582,
                                                        1588
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1575,
                                                      1588
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 36,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "test",
                                                        "range": [
                                                          1589,
                                                          1593
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 36,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "size",
                                                        "range": [
                                                          1594,
                                                          1598
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 36,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1589,
                                                        1598
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1575,
                                                    1599
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1600,
                                                    1602
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1575,
                                                  1602
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1603,
                                                  1608
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                1575,
                                                1608
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 3,
                                                "raw": "3",
                                                "range": [
                                                  1609,
                                                  1610
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1575,
                                              1611
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            1575,
                                            1612
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1625,
                                                        1631
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 37,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 37,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1632,
                                                        1638
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 37,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 37,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1625,
                                                      1638
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1639,
                                                            1643
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 37,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 37,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1644,
                                                            1647
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 37,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 37,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1639,
                                                          1647
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 37,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 37,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "identicalSquiggy",
                                                          "range": [
                                                            1648,
                                                            1664
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 37,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 37,
                                                              "column": 51
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1639,
                                                        1665
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 37,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 37,
                                                          "column": 52
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1625,
                                                    1666
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 37,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1667,
                                                    1669
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 37,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1625,
                                                  1669
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1670,
                                                  1672
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "range": [
                                                1625,
                                                1672
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                1673,
                                                1678
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "range": [
                                              1625,
                                              1678
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            1625,
                                            1679
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1692,
                                                        1698
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1699,
                                                        1705
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1692,
                                                      1705
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1706,
                                                            1710
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1711,
                                                            1714
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1706,
                                                          1714
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 38,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "squiggy",
                                                          "range": [
                                                            1715,
                                                            1722
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 42
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1706,
                                                        1723
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 43
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1692,
                                                    1724
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1725,
                                                    1727
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1692,
                                                  1727
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1728,
                                                  1730
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1692,
                                                1730
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                1731,
                                                1735
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 55
                                                }
                                              }
                                            },
                                            "range": [
                                              1692,
                                              1735
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 55
                                              }
                                            }
                                          },
                                          "range": [
                                            1692,
                                            1736
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 56
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "test",
                                                "range": [
                                                  1749,
                                                  1753
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "clear",
                                                "range": [
                                                  1754,
                                                  1759
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "range": [
                                                1749,
                                                1759
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1749,
                                              1761
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "range": [
                                            1749,
                                            1762
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 25
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1775,
                                                        1781
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1782,
                                                        1788
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1775,
                                                      1788
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "test",
                                                        "range": [
                                                          1789,
                                                          1793
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "size",
                                                        "range": [
                                                          1794,
                                                          1798
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1789,
                                                        1798
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1775,
                                                    1799
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1800,
                                                    1802
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1775,
                                                  1802
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1803,
                                                  1808
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                1775,
                                                1808
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1809,
                                                  1810
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1775,
                                              1811
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            1775,
                                            1812
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1825,
                                                        1831
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1832,
                                                        1838
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1825,
                                                      1838
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1839,
                                                            1843
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1844,
                                                            1847
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1839,
                                                          1847
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Laverne",
                                                          "raw": "'Laverne'",
                                                          "range": [
                                                            1848,
                                                            1857
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 44
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1839,
                                                        1858
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 45
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1825,
                                                    1859
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1860,
                                                    1862
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1825,
                                                  1862
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1863,
                                                  1865
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                1825,
                                                1865
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                1866,
                                                1871
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "range": [
                                              1825,
                                              1871
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "range": [
                                            1825,
                                            1872
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 59
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1885,
                                                        1891
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1892,
                                                        1898
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1885,
                                                      1898
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1899,
                                                            1903
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1904,
                                                            1907
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1899,
                                                          1907
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 42,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 42,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Shirley",
                                                          "raw": "'Shirley'",
                                                          "range": [
                                                            1908,
                                                            1917
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 44
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1899,
                                                        1918
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 45
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1885,
                                                    1919
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1920,
                                                    1922
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1885,
                                                  1922
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1923,
                                                  1925
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "range": [
                                                1885,
                                                1925
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 52
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                1926,
                                                1931
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 42,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "range": [
                                              1885,
                                              1931
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "range": [
                                            1885,
                                            1932
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 59
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1945,
                                                        1951
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1952,
                                                        1958
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1945,
                                                      1958
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            1959,
                                                            1963
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 43,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 43,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            1964,
                                                            1967
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 43,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 43,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1959,
                                                          1967
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "squiggy",
                                                          "range": [
                                                            1968,
                                                            1975
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 43,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 43,
                                                              "column": 42
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1959,
                                                        1976
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 43
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1945,
                                                    1977
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1978,
                                                    1980
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1945,
                                                  1980
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1981,
                                                  1983
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1945,
                                                1983
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                1984,
                                                1989
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "range": [
                                              1945,
                                              1989
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 56
                                              }
                                            }
                                          },
                                          "range": [
                                            1945,
                                            1990
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 57
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2003,
                                                        2009
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2010,
                                                        2016
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2003,
                                                      2016
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            2017,
                                                            2021
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            2022,
                                                            2025
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2017,
                                                          2025
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 44,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 44,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "identicalSquiggy",
                                                          "range": [
                                                            2026,
                                                            2042
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 44,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 44,
                                                              "column": 51
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        2017,
                                                        2043
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 52
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2003,
                                                    2044
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2045,
                                                    2047
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2003,
                                                  2047
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  2048,
                                                  2050
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "range": [
                                                2003,
                                                2050
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                2051,
                                                2056
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 65
                                                }
                                              }
                                            },
                                            "range": [
                                              2003,
                                              2056
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            2003,
                                            2057
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "test",
                                                "range": [
                                                  2070,
                                                  2074
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  2075,
                                                  2078
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "range": [
                                                2070,
                                                2078
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "Fonzi",
                                                "raw": "'Fonzi'",
                                                "range": [
                                                  2079,
                                                  2086
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 28
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2070,
                                              2087
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            2070,
                                            2088
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 30
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2101,
                                                        2107
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2108,
                                                        2114
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2101,
                                                      2114
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "test",
                                                        "range": [
                                                          2115,
                                                          2119
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "size",
                                                        "range": [
                                                          2120,
                                                          2124
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2115,
                                                        2124
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2101,
                                                    2125
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2126,
                                                    2128
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2101,
                                                  2128
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2129,
                                                  2134
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                2101,
                                                2134
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  2135,
                                                  2136
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 47
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2101,
                                              2137
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 46,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 46,
                                                "column": 48
                                              }
                                            }
                                          },
                                          "range": [
                                            2101,
                                            2138
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 49
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        2151,
                                                        2157
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2158,
                                                        2164
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2151,
                                                      2164
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "test",
                                                          "range": [
                                                            2165,
                                                            2169
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "has",
                                                          "range": [
                                                            2170,
                                                            2173
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 34
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2165,
                                                          2173
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "value": "Fonzi",
                                                          "raw": "'Fonzi'",
                                                          "range": [
                                                            2174,
                                                            2181
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 35
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 42
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        2165,
                                                        2182
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 43
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2151,
                                                    2183
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2184,
                                                    2186
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2151,
                                                  2186
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  2187,
                                                  2189
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                2151,
                                                2189
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                2190,
                                                2194
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 55
                                                }
                                              }
                                            },
                                            "range": [
                                              2151,
                                              2194
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 55
                                              }
                                            }
                                          },
                                          "range": [
                                            2151,
                                            2195
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 56
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        852,
                                        2205
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 68
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      840,
                                      2205
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  792,
                                  2206
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2569,
                                "_esdocTestName": "it2569"
                              },
                              "range": [
                                792,
                                2207
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            782,
                            2213
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 48
                            },
                            "end": {
                              "line": 49,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          770,
                          2213
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 36
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      738,
                      2214
                    ],
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2568,
                    "_esdocTestName": "describe2568"
                  },
                  "range": [
                    738,
                    2215
                  ],
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 4
                    },
                    "end": {
                      "line": 49,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                331,
                2217
              ],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 41
                },
                "end": {
                  "line": 50,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              319,
              2217
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 29
              },
              "end": {
                "line": 50,
                "column": 1
              }
            }
          }
        ],
        "range": [
          290,
          2218
        ],
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 50,
            "column": 2
          }
        },
        "_esdocTestId": 2566,
        "_esdocTestName": "describe2566"
      },
      "range": [
        290,
        2219
      ],
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 50,
          "column": 3
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=Set-spec.js.map",
          "range": [
            2220,
            2256
          ],
          "loc": {
            "start": {
              "line": 51,
              "column": 0
            },
            "end": {
              "line": 51,
              "column": 36
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2219
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 50,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": " lol, imposter!",
      "range": [
        1514,
        1531
      ],
      "loc": {
        "start": {
          "line": 34,
          "column": 65
        },
        "end": {
          "line": 34,
          "column": 82
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=Set-spec.js.map",
      "range": [
        2220,
        2256
      ],
      "loc": {
        "start": {
          "line": 51,
          "column": 0
        },
        "end": {
          "line": 51,
          "column": 36
        }
      }
    }
  ]
}