{
  "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": "Rx",
            "range": [
              48,
              50
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                53,
                60
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../dist/cjs/Rx",
                "raw": "'../dist/cjs/Rx'",
                "range": [
                  61,
                  77
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 33
                  }
                }
              }
            ],
            "range": [
              53,
              78
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 34
              }
            }
          },
          "range": [
            48,
            78
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 34
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        79
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Observable",
            "range": [
              84,
              94
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 14
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                97,
                99
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 17
                },
                "end": {
                  "line": 4,
                  "column": 19
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Observable",
              "range": [
                100,
                110
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 20
                },
                "end": {
                  "line": 4,
                  "column": 30
                }
              }
            },
            "range": [
              97,
              110
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 17
              },
              "end": {
                "line": 4,
                "column": 30
              }
            }
          },
          "range": [
            84,
            110
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 30
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        80,
        111
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 31
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Subscription",
            "range": [
              116,
              128
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 16
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                131,
                133
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 19
                },
                "end": {
                  "line": 5,
                  "column": 21
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Subscription",
              "range": [
                134,
                146
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 22
                },
                "end": {
                  "line": 5,
                  "column": 34
                }
              }
            },
            "range": [
              131,
              146
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 19
              },
              "end": {
                "line": 5,
                "column": 34
              }
            }
          },
          "range": [
            116,
            146
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 34
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        112,
        147
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 35
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {Subscription} ",
          "range": [
            148,
            175
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 27
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            176,
            184
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Subscription",
            "raw": "'Subscription'",
            "range": [
              185,
              199
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 23
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        219,
                        221
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should not leak",
                        "raw": "'should not leak'",
                        "range": [
                          222,
                          239
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 7
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              251,
                              255
                            ],
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 36
                              },
                              "end": {
                                "line": 8,
                                "column": 40
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "tearDowns",
                                    "range": [
                                      271,
                                      280
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      283,
                                      285
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    271,
                                    285
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                267,
                                286
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source1",
                                    "range": [
                                      299,
                                      306
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          309,
                                          319
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          320,
                                          326
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        309,
                                        326
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "observer",
                                            "range": [
                                              337,
                                              345
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "tearDowns",
                                                            "range": [
                                                              398,
                                                              407
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 12,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 12,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              408,
                                                              412
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 12,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 12,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            398,
                                                            412
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 12,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 12,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 1,
                                                            "raw": "1",
                                                            "range": [
                                                              413,
                                                              414
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 12,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 12,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          398,
                                                          415
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 12,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 12,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        398,
                                                        416
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 12,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 12,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    380,
                                                    430
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 11,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 13,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  368,
                                                  430
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 11,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 13,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                361,
                                                431
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 11,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 13,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            347,
                                            441
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          327,
                                          441
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      309,
                                      442
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    299,
                                    442
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                295,
                                443
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source2",
                                    "range": [
                                      456,
                                      463
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          466,
                                          476
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          477,
                                          483
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        466,
                                        483
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "observer",
                                            "range": [
                                              494,
                                              502
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "tearDowns",
                                                            "range": [
                                                              555,
                                                              564
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              565,
                                                              569
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            555,
                                                            569
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 2,
                                                            "raw": "2",
                                                            "range": [
                                                              570,
                                                              571
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          555,
                                                          572
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 17,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 17,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        555,
                                                        573
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 17,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 17,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ThrowStatement",
                                                      "argument": {
                                                        "type": "NewExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "Error",
                                                          "range": [
                                                            600,
                                                            605
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 18,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 18,
                                                              "column": 31
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "oops, I am a bad unsubscribe!",
                                                            "raw": "'oops, I am a bad unsubscribe!'",
                                                            "range": [
                                                              606,
                                                              637
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 18,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 18,
                                                                "column": 63
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          596,
                                                          638
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 18,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 18,
                                                            "column": 64
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        590,
                                                        639
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 18,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 18,
                                                          "column": 65
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    537,
                                                    653
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 16,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  525,
                                                  653
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                518,
                                                654
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            504,
                                            664
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          484,
                                          664
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      466,
                                      665
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    456,
                                    665
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                452,
                                666
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source3",
                                    "range": [
                                      679,
                                      686
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          689,
                                          699
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          700,
                                          706
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        689,
                                        706
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "observer",
                                            "range": [
                                              717,
                                              725
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "tearDowns",
                                                            "range": [
                                                              778,
                                                              787
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 23,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 23,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              788,
                                                              792
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 23,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 23,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            778,
                                                            792
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 23,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 23,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 3,
                                                            "raw": "3",
                                                            "range": [
                                                              793,
                                                              794
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 23,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 23,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          778,
                                                          795
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        778,
                                                        796
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    760,
                                                    810
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  748,
                                                  810
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                741,
                                                811
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            727,
                                            821
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          707,
                                          821
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      689,
                                      822
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    679,
                                    822
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                675,
                                823
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscription",
                                    "range": [
                                      836,
                                      848
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Observable",
                                            "range": [
                                              851,
                                              861
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 37
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "merge",
                                            "range": [
                                              862,
                                              867
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "range": [
                                            851,
                                            867
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 43
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "source1",
                                            "range": [
                                              868,
                                              875
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 44
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 51
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "source2",
                                            "range": [
                                              877,
                                              884
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 60
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "source3",
                                            "range": [
                                              886,
                                              893
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 69
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          851,
                                          894
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 70
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscribe",
                                        "range": [
                                          895,
                                          904
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 80
                                          }
                                        }
                                      },
                                      "range": [
                                        851,
                                        904
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 80
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      851,
                                      906
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 82
                                      }
                                    }
                                  },
                                  "range": [
                                    836,
                                    906
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 82
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                832,
                                907
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 83
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "setTimeout",
                                  "range": [
                                    916,
                                    926
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "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": [
                                                        953,
                                                        959
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        960,
                                                        966
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      953,
                                                      966
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "subscription",
                                                                  "range": [
                                                                    997,
                                                                    1009
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 29,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 29,
                                                                      "column": 28
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "unsubscribe",
                                                                  "range": [
                                                                    1010,
                                                                    1021
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 29,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 29,
                                                                      "column": 40
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  997,
                                                                  1021
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 29,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 29,
                                                                    "column": 40
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [],
                                                              "range": [
                                                                997,
                                                                1023
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 29,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 29,
                                                                  "column": 42
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              997,
                                                              1024
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 43
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          979,
                                                          1038
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 13
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        967,
                                                        1038
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 30,
                                                          "column": 13
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    953,
                                                    1039
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1040,
                                                    1042
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  953,
                                                  1042
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "throw",
                                                "range": [
                                                  1043,
                                                  1048
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "range": [
                                                953,
                                                1048
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Rx",
                                                  "range": [
                                                    1049,
                                                    1051
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "UnsubscriptionError",
                                                  "range": [
                                                    1052,
                                                    1071
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1049,
                                                  1071
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 46
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              953,
                                              1072
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "range": [
                                            953,
                                            1073
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                          1086,
                                                          1092
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          1093,
                                                          1099
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1086,
                                                        1099
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "tearDowns",
                                                        "range": [
                                                          1100,
                                                          1109
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 31,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 31,
                                                            "column": 35
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1086,
                                                      1110
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "to",
                                                    "range": [
                                                      1111,
                                                      1113
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1086,
                                                    1113
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    1114,
                                                    1118
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1086,
                                                  1118
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1119,
                                                  1124
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1086,
                                                1124
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1",
                                                    "range": [
                                                      1126,
                                                      1127
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 53
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      1129,
                                                      1130
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 3,
                                                    "raw": "3",
                                                    "range": [
                                                      1132,
                                                      1133
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 59
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1125,
                                                  1134
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 60
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1086,
                                              1135
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 61
                                              }
                                            }
                                          },
                                          "range": [
                                            1086,
                                            1136
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 62
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1149,
                                                1153
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1149,
                                              1155
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            1149,
                                            1156
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        939,
                                        1166
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      927,
                                      1166
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  916,
                                  1167
                                ],
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                916,
                                1168
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            257,
                            1174
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 42
                            },
                            "end": {
                              "line": 34,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          241,
                          1174
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 26
                          },
                          "end": {
                            "line": 34,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      219,
                      1175
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 34,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 114,
                    "_esdocTestName": "it114"
                  },
                  "range": [
                    219,
                    1176
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 34,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1181,
                        1183
                      ],
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 35,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should not leak when adding a bad custom subscription to a subscription",
                        "raw": "'should not leak when adding a bad custom subscription to a subscription'",
                        "range": [
                          1184,
                          1257
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 7
                          },
                          "end": {
                            "line": 35,
                            "column": 80
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1269,
                              1273
                            ],
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 92
                              },
                              "end": {
                                "line": 35,
                                "column": 96
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "tearDowns",
                                    "range": [
                                      1289,
                                      1298
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      1301,
                                      1303
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1289,
                                    1303
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1285,
                                1304
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "sub",
                                    "range": [
                                      1317,
                                      1320
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "Subscription",
                                      "range": [
                                        1327,
                                        1339
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      1323,
                                      1341
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 36
                                      }
                                    }
                                  },
                                  "range": [
                                    1317,
                                    1341
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 36
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1313,
                                1342
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source1",
                                    "range": [
                                      1355,
                                      1362
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          1365,
                                          1375
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          1376,
                                          1382
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1365,
                                        1382
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "observer",
                                            "range": [
                                              1393,
                                              1401
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "tearDowns",
                                                            "range": [
                                                              1454,
                                                              1463
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 40,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 40,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              1464,
                                                              1468
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 40,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 40,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            1454,
                                                            1468
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 1,
                                                            "raw": "1",
                                                            "range": [
                                                              1469,
                                                              1470
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 40,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 40,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1454,
                                                          1471
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1454,
                                                        1472
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1436,
                                                    1486
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  1424,
                                                  1486
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                1417,
                                                1487
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1403,
                                            1497
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 42,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1383,
                                          1497
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1365,
                                      1498
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1355,
                                    1498
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1351,
                                1499
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source2",
                                    "range": [
                                      1512,
                                      1519
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          1522,
                                          1532
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          1533,
                                          1539
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1522,
                                        1539
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "observer",
                                            "range": [
                                              1550,
                                              1558
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "tearDowns",
                                                            "range": [
                                                              1611,
                                                              1620
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 45,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 45,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              1621,
                                                              1625
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 45,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 45,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            1611,
                                                            1625
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 45,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 45,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 2,
                                                            "raw": "2",
                                                            "range": [
                                                              1626,
                                                              1627
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 45,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 45,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1611,
                                                          1628
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1611,
                                                        1629
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "sub",
                                                            "range": [
                                                              1646,
                                                              1649
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 19
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "add",
                                                            "range": [
                                                              1650,
                                                              1653
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 23
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            1646,
                                                            1653
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "unsubscribe",
                                                                  "range": [
                                                                    1677,
                                                                    1688
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 47,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 47,
                                                                      "column": 31
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "FunctionExpression",
                                                                  "id": null,
                                                                  "params": [],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "body": [
                                                                      {
                                                                        "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": [
                                                                                      1728,
                                                                                      1734
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 48,
                                                                                        "column": 24
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 48,
                                                                                        "column": 30
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "expect",
                                                                                    "range": [
                                                                                      1735,
                                                                                      1741
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 48,
                                                                                        "column": 31
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 48,
                                                                                        "column": 37
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    1728,
                                                                                    1741
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 48,
                                                                                      "column": 24
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 48,
                                                                                      "column": 37
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "name": "sub",
                                                                                      "range": [
                                                                                        1742,
                                                                                        1745
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 48,
                                                                                          "column": 38
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 48,
                                                                                          "column": 41
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "closed",
                                                                                      "range": [
                                                                                        1746,
                                                                                        1752
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 48,
                                                                                          "column": 42
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 48,
                                                                                          "column": 48
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      1742,
                                                                                      1752
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 48,
                                                                                        "column": 38
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 48,
                                                                                        "column": 48
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  1728,
                                                                                  1753
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 48,
                                                                                    "column": 24
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 48,
                                                                                    "column": 49
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "to",
                                                                                "range": [
                                                                                  1754,
                                                                                  1756
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 48,
                                                                                    "column": 50
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 48,
                                                                                    "column": 52
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                1728,
                                                                                1756
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 48,
                                                                                  "column": 24
                                                                                },
                                                                                "end": {
                                                                                  "line": 48,
                                                                                  "column": 52
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "be",
                                                                              "range": [
                                                                                1757,
                                                                                1759
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 48,
                                                                                  "column": 53
                                                                                },
                                                                                "end": {
                                                                                  "line": 48,
                                                                                  "column": 55
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              1728,
                                                                              1759
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 48,
                                                                                "column": 24
                                                                              },
                                                                              "end": {
                                                                                "line": 48,
                                                                                "column": 55
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "true",
                                                                            "range": [
                                                                              1760,
                                                                              1764
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 48,
                                                                                "column": 56
                                                                              },
                                                                              "end": {
                                                                                "line": 48,
                                                                                "column": 60
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            1728,
                                                                            1764
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 48,
                                                                              "column": 24
                                                                            },
                                                                            "end": {
                                                                              "line": 48,
                                                                              "column": 60
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          1728,
                                                                          1765
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 48,
                                                                            "column": 24
                                                                          },
                                                                          "end": {
                                                                            "line": 48,
                                                                            "column": 61
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ThrowStatement",
                                                                        "argument": {
                                                                          "type": "NewExpression",
                                                                          "callee": {
                                                                            "type": "Identifier",
                                                                            "name": "Error",
                                                                            "range": [
                                                                              1800,
                                                                              1805
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 49,
                                                                                "column": 34
                                                                              },
                                                                              "end": {
                                                                                "line": 49,
                                                                                "column": 39
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Literal",
                                                                              "value": "Who is your daddy, and what does he do?",
                                                                              "raw": "'Who is your daddy, and what does he do?'",
                                                                              "range": [
                                                                                1806,
                                                                                1847
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 49,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 49,
                                                                                  "column": 81
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            1796,
                                                                            1848
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 49,
                                                                              "column": 30
                                                                            },
                                                                            "end": {
                                                                              "line": 49,
                                                                              "column": 82
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          1790,
                                                                          1849
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 49,
                                                                            "column": 24
                                                                          },
                                                                          "end": {
                                                                            "line": 49,
                                                                            "column": 83
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      1702,
                                                                      1871
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 47,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 50,
                                                                        "column": 21
                                                                      }
                                                                    }
                                                                  },
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "range": [
                                                                    1690,
                                                                    1871
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 47,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 50,
                                                                      "column": 21
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  1677,
                                                                  1871
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 47,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 21
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              1655,
                                                              1889
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 17
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1646,
                                                          1891
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 51,
                                                            "column": 19
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1646,
                                                        1892
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 51,
                                                          "column": 20
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1593,
                                                    1906
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  1581,
                                                  1906
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                1574,
                                                1907
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1560,
                                            1917
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1540,
                                          1917
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1522,
                                      1918
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1512,
                                    1918
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1508,
                                1919
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source3",
                                    "range": [
                                      1932,
                                      1939
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Observable",
                                        "range": [
                                          1942,
                                          1952
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "create",
                                        "range": [
                                          1953,
                                          1959
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 54,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        1942,
                                        1959
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "observer",
                                            "range": [
                                              1970,
                                              1978
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 54,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 54,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "tearDowns",
                                                            "range": [
                                                              2031,
                                                              2040
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              2041,
                                                              2045
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 30
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            2031,
                                                            2045
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 30
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 3,
                                                            "raw": "3",
                                                            "range": [
                                                              2046,
                                                              2047
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          2031,
                                                          2048
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2031,
                                                        2049
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2013,
                                                    2063
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  2001,
                                                  2063
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                1994,
                                                2064
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1980,
                                            2074
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 60
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1960,
                                          2074
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 54,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1942,
                                      2075
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1932,
                                    2075
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1928,
                                2076
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "sub",
                                    "range": [
                                      2085,
                                      2088
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 11
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "add",
                                    "range": [
                                      2089,
                                      2092
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "range": [
                                    2085,
                                    2092
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 15
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Observable",
                                            "range": [
                                              2093,
                                              2103
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "merge",
                                            "range": [
                                              2104,
                                              2109
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "range": [
                                            2093,
                                            2109
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 32
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "source1",
                                            "range": [
                                              2110,
                                              2117
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 40
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "source2",
                                            "range": [
                                              2119,
                                              2126
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 49
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "source3",
                                            "range": [
                                              2128,
                                              2135
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2093,
                                          2136
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 59
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscribe",
                                        "range": [
                                          2137,
                                          2146
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 60
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "range": [
                                        2093,
                                        2146
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 69
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      2093,
                                      2148
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 71
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2085,
                                  2149
                                ],
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 72
                                  }
                                }
                              },
                              "range": [
                                2085,
                                2150
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 73
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "setTimeout",
                                  "range": [
                                    2159,
                                    2169
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "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": [
                                                        2196,
                                                        2202
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2203,
                                                        2209
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2196,
                                                      2209
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "sub",
                                                                  "range": [
                                                                    2240,
                                                                    2243
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 62,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 62,
                                                                      "column": 19
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "unsubscribe",
                                                                  "range": [
                                                                    2244,
                                                                    2255
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 62,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 62,
                                                                      "column": 31
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  2240,
                                                                  2255
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 62,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 62,
                                                                    "column": 31
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [],
                                                              "range": [
                                                                2240,
                                                                2257
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 62,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 62,
                                                                  "column": 33
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2240,
                                                              2258
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 62,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 62,
                                                                "column": 34
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          2222,
                                                          2272
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 13
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        2210,
                                                        2272
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 13
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2196,
                                                    2273
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2274,
                                                    2276
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2196,
                                                  2276
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "throw",
                                                "range": [
                                                  2277,
                                                  2282
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "range": [
                                                2196,
                                                2282
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Rx",
                                                  "range": [
                                                    2283,
                                                    2285
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "UnsubscriptionError",
                                                  "range": [
                                                    2286,
                                                    2305
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2283,
                                                  2305
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 46
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2196,
                                              2306
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "range": [
                                            2196,
                                            2307
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                          2320,
                                                          2326
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 64,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 64,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "expect",
                                                        "range": [
                                                          2327,
                                                          2333
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 64,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 64,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2320,
                                                        2333
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "name": "tearDowns",
                                                        "range": [
                                                          2334,
                                                          2343
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 64,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 64,
                                                            "column": 35
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2320,
                                                      2344
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "to",
                                                    "range": [
                                                      2345,
                                                      2347
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2320,
                                                    2347
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    2348,
                                                    2352
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2320,
                                                  2352
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2353,
                                                  2358
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                2320,
                                                2358
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1",
                                                    "range": [
                                                      2360,
                                                      2361
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 53
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      2363,
                                                      2364
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 3,
                                                    "raw": "3",
                                                    "range": [
                                                      2366,
                                                      2367
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 59
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2359,
                                                  2368
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 60
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2320,
                                              2369
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 61
                                              }
                                            }
                                          },
                                          "range": [
                                            2320,
                                            2370
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 62
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                2383,
                                                2387
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              2383,
                                              2389
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            2383,
                                            2390
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2182,
                                        2400
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2170,
                                      2400
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2159,
                                  2401
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                2159,
                                2402
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 66,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            1275,
                            2408
                          ],
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 98
                            },
                            "end": {
                              "line": 67,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1259,
                          2408
                        ],
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 82
                          },
                          "end": {
                            "line": 67,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1181,
                      2409
                    ],
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 67,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 115,
                    "_esdocTestName": "it115"
                  },
                  "range": [
                    1181,
                    2410
                  ],
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 4
                    },
                    "end": {
                      "line": 67,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        2415,
                        2423
                      ],
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 4
                        },
                        "end": {
                          "line": 68,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Subscription.add()",
                        "raw": "'Subscription.add()'",
                        "range": [
                          2424,
                          2444
                        ],
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 13
                          },
                          "end": {
                            "line": 68,
                            "column": 33
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2468,
                                    2470
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns the self if the self is passed",
                                    "raw": "'Should returns the self if the self is passed'",
                                    "range": [
                                      2471,
                                      2518
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 58
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  2550,
                                                  2553
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    2560,
                                                    2572
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  2556,
                                                  2574
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                2550,
                                                2574
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2546,
                                            2575
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  2592,
                                                  2595
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      2598,
                                                      2601
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      2602,
                                                      2605
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2598,
                                                    2605
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      2606,
                                                      2609
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2598,
                                                  2610
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "range": [
                                                2592,
                                                2610
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 34
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2588,
                                            2611
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 35
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2624,
                                                        2630
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2631,
                                                        2637
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2624,
                                                      2637
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 72,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 72,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "ret",
                                                      "range": [
                                                        2638,
                                                        2641
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 72,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 72,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2624,
                                                    2642
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2643,
                                                    2645
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 72,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 72,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2624,
                                                  2645
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2646,
                                                  2651
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                2624,
                                                2651
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  2652,
                                                  2655
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2624,
                                              2656
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            2624,
                                            2657
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2532,
                                        2667
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 72
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2520,
                                      2667
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2468,
                                  2668
                                ],
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 117,
                                "_esdocTestName": "it117"
                              },
                              "range": [
                                2468,
                                2669
                              ],
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 8
                                },
                                "end": {
                                  "line": 73,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2678,
                                    2680
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns Subscription.EMPTY if it is passed",
                                    "raw": "'Should returns Subscription.EMPTY if it is passed'",
                                    "range": [
                                      2681,
                                      2732
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 74,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  2764,
                                                  2767
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    2774,
                                                    2786
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  2770,
                                                  2788
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                2764,
                                                2788
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2760,
                                            2789
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  2806,
                                                  2809
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      2812,
                                                      2815
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      2816,
                                                      2819
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2812,
                                                    2819
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "Subscription",
                                                      "range": [
                                                        2820,
                                                        2832
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 42
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "EMPTY",
                                                      "range": [
                                                        2833,
                                                        2838
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 48
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2820,
                                                      2838
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 48
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2812,
                                                  2839
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "range": [
                                                2806,
                                                2839
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 49
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2802,
                                            2840
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 50
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2853,
                                                        2859
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2860,
                                                        2866
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2853,
                                                      2866
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "ret",
                                                      "range": [
                                                        2867,
                                                        2870
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2853,
                                                    2871
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2872,
                                                    2874
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2853,
                                                  2874
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2875,
                                                  2880
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                2853,
                                                2880
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    2881,
                                                    2893
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "EMPTY",
                                                  "range": [
                                                    2894,
                                                    2899
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 77,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 77,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2881,
                                                  2899
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 58
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2853,
                                              2900
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 59
                                              }
                                            }
                                          },
                                          "range": [
                                            2853,
                                            2901
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 60
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2746,
                                        2911
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2734,
                                      2911
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 74,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2678,
                                  2912
                                ],
                                "loc": {
                                  "start": {
                                    "line": 74,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 118,
                                "_esdocTestName": "it118"
                              },
                              "range": [
                                2678,
                                2913
                              ],
                              "loc": {
                                "start": {
                                  "line": 74,
                                  "column": 8
                                },
                                "end": {
                                  "line": 78,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2922,
                                    2924
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns Subscription.EMPTY if it is called with `void` value",
                                    "raw": "'Should returns Subscription.EMPTY if it is called with `void` value'",
                                    "range": [
                                      2925,
                                      2994
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 80
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  3026,
                                                  3029
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    3036,
                                                    3048
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 80,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 80,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  3032,
                                                  3050
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 80,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 80,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                3026,
                                                3050
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 80,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 80,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3022,
                                            3051
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 80,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 80,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  3068,
                                                  3071
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      3074,
                                                      3077
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      3078,
                                                      3081
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3074,
                                                    3081
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "undefined",
                                                    "range": [
                                                      3082,
                                                      3091
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 39
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3074,
                                                  3092
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                3068,
                                                3092
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3064,
                                            3093
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3106,
                                                        3112
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3113,
                                                        3119
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3106,
                                                      3119
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "ret",
                                                      "range": [
                                                        3120,
                                                        3123
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3106,
                                                    3124
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3125,
                                                    3127
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3106,
                                                  3127
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3128,
                                                  3133
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                3106,
                                                3133
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    3134,
                                                    3146
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "EMPTY",
                                                  "range": [
                                                    3147,
                                                    3152
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3134,
                                                  3152
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 58
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3106,
                                              3153
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 59
                                              }
                                            }
                                          },
                                          "range": [
                                            3106,
                                            3154
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 60
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3008,
                                        3164
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 94
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2996,
                                      3164
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 82
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2922,
                                  3165
                                ],
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 119,
                                "_esdocTestName": "it119"
                              },
                              "range": [
                                2922,
                                3166
                              ],
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 8
                                },
                                "end": {
                                  "line": 83,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    3175,
                                    3177
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns a new Subscription created with teardown function if it is passed a function",
                                    "raw": "'Should returns a new Subscription created with teardown function if it is passed a function'",
                                    "range": [
                                      3178,
                                      3271
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 104
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  3303,
                                                  3306
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    3313,
                                                    3325
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  3309,
                                                  3327
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                3303,
                                                3327
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3299,
                                            3328
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 85,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "isCalled",
                                                "range": [
                                                  3345,
                                                  3353
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": false,
                                                "raw": "false",
                                                "range": [
                                                  3356,
                                                  3361
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "range": [
                                                3345,
                                                3361
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 32
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3341,
                                            3362
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 33
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  3379,
                                                  3382
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      3385,
                                                      3388
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      3389,
                                                      3392
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3385,
                                                    3392
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "Identifier",
                                                              "name": "isCalled",
                                                              "range": [
                                                                3423,
                                                                3431
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 24
                                                                }
                                                              }
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "value": true,
                                                              "raw": "true",
                                                              "range": [
                                                                3434,
                                                                3438
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 27
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 31
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              3423,
                                                              3438
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            3423,
                                                            3439
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 88,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 88,
                                                              "column": 32
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        3405,
                                                        3453
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 13
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      3393,
                                                      3453
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 13
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3385,
                                                  3454
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 14
                                                  }
                                                }
                                              },
                                              "range": [
                                                3379,
                                                3454
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3375,
                                            3455
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  3468,
                                                  3471
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 15
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "unsubscribe",
                                                "range": [
                                                  3472,
                                                  3483
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "range": [
                                                3468,
                                                3483
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              3468,
                                              3485
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            3468,
                                            3486
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 90,
                                              "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": [
                                                        3499,
                                                        3505
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3506,
                                                        3512
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3499,
                                                      3512
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 91,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 91,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "isCalled",
                                                      "range": [
                                                        3513,
                                                        3521
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 91,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 91,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3499,
                                                    3522
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3523,
                                                    3525
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 91,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 91,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3499,
                                                  3525
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3526,
                                                  3531
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                3499,
                                                3531
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": true,
                                                "raw": "true",
                                                "range": [
                                                  3532,
                                                  3536
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 49
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3499,
                                              3537
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "range": [
                                            3499,
                                            3538
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 51
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3285,
                                        3548
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 118
                                        },
                                        "end": {
                                          "line": 92,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      3273,
                                      3548
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 106
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3175,
                                  3549
                                ],
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 120,
                                "_esdocTestName": "it120"
                              },
                              "range": [
                                3175,
                                3550
                              ],
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 8
                                },
                                "end": {
                                  "line": 92,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    3559,
                                    3561
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns the passed one if passed a unsubscribed AnonymousSubscription",
                                    "raw": "'Should returns the passed one if passed a unsubscribed AnonymousSubscription'",
                                    "range": [
                                      3562,
                                      3640
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 89
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  3672,
                                                  3675
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    3682,
                                                    3694
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  3678,
                                                  3696
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                3672,
                                                3696
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3668,
                                            3697
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "arg",
                                                "range": [
                                                  3714,
                                                  3717
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "isUnsubscribed",
                                                      "range": [
                                                        3738,
                                                        3752
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 30
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": true,
                                                      "raw": "true",
                                                      "range": [
                                                        3754,
                                                        3758
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 36
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3738,
                                                      3758
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "unsubscribe",
                                                      "range": [
                                                        3776,
                                                        3787
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ReturnStatement",
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "name": "undefined",
                                                              "range": [
                                                                3810,
                                                                3819
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 97,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 97,
                                                                  "column": 59
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              3803,
                                                              3820
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 60
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          3801,
                                                          3822
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 41
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 62
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        3789,
                                                        3822
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 62
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      3776,
                                                      3822
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 62
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3720,
                                                  3837
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                3714,
                                                3837
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3710,
                                            3838
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  3855,
                                                  3858
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      3861,
                                                      3864
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 99,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      3865,
                                                      3868
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 99,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3861,
                                                    3868
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "arg",
                                                    "range": [
                                                      3869,
                                                      3872
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 99,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 99,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3861,
                                                  3873
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "range": [
                                                3855,
                                                3873
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 34
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3851,
                                            3874
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 35
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3887,
                                                        3893
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3894,
                                                        3900
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3887,
                                                      3900
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "ret",
                                                      "range": [
                                                        3901,
                                                        3904
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3887,
                                                    3905
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3906,
                                                    3908
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3887,
                                                  3908
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3909,
                                                  3914
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                3887,
                                                3914
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "arg",
                                                "range": [
                                                  3915,
                                                  3918
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3887,
                                              3919
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            3887,
                                            3920
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3654,
                                        3930
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 103
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      3642,
                                      3930
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 91
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3559,
                                  3931
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 121,
                                "_esdocTestName": "it121"
                              },
                              "range": [
                                3559,
                                3932
                              ],
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 8
                                },
                                "end": {
                                  "line": 101,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    3941,
                                    3943
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns the passed one if passed a AnonymousSubscription having not function `unsubscribe` member",
                                    "raw": "'Should returns the passed one if passed a AnonymousSubscription having not function `unsubscribe` member'",
                                    "range": [
                                      3944,
                                      4050
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 117
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "sub",
                                                "range": [
                                                  4082,
                                                  4085
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    4092,
                                                    4104
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  4088,
                                                  4106
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                4082,
                                                4106
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 40
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4078,
                                            4107
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 41
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "arg",
                                                "range": [
                                                  4124,
                                                  4127
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ObjectExpression",
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "isUnsubscribed",
                                                      "range": [
                                                        4148,
                                                        4162
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 30
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "value": false,
                                                      "raw": "false",
                                                      "range": [
                                                        4164,
                                                        4169
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      4148,
                                                      4169
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "key": {
                                                      "type": "Identifier",
                                                      "name": "unsubscribe",
                                                      "range": [
                                                        4187,
                                                        4198
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "name": "undefined",
                                                      "range": [
                                                        4200,
                                                        4209
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    "kind": "init",
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "range": [
                                                      4187,
                                                      4209
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 38
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4130,
                                                  4224
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                4124,
                                                4224
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4120,
                                            4225
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  4242,
                                                  4245
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "sub",
                                                    "range": [
                                                      4248,
                                                      4251
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      4252,
                                                      4255
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4248,
                                                    4255
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "arg",
                                                    "range": [
                                                      4256,
                                                      4259
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4248,
                                                  4260
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "range": [
                                                4242,
                                                4260
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 34
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4238,
                                            4261
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 35
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4274,
                                                        4280
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4281,
                                                        4287
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4274,
                                                      4287
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "ret",
                                                      "range": [
                                                        4288,
                                                        4291
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4274,
                                                    4292
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    4293,
                                                    4295
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4274,
                                                  4295
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  4296,
                                                  4301
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                4274,
                                                4301
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "arg",
                                                "range": [
                                                  4302,
                                                  4305
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4274,
                                              4306
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            4274,
                                            4307
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4064,
                                        4317
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 131
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4052,
                                      4317
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 119
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3941,
                                  4318
                                ],
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 110,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 122,
                                "_esdocTestName": "it122"
                              },
                              "range": [
                                3941,
                                4319
                              ],
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 8
                                },
                                "end": {
                                  "line": 110,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    4328,
                                    4330
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should returns the passed one if the self has been unsubscribed",
                                    "raw": "'Should returns the passed one if the self has been unsubscribed'",
                                    "range": [
                                      4331,
                                      4396
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 76
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "main",
                                                "range": [
                                                  4428,
                                                  4432
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    4439,
                                                    4451
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  4435,
                                                  4453
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                4428,
                                                4453
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 41
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4424,
                                            4454
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 42
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "main",
                                                "range": [
                                                  4467,
                                                  4471
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "unsubscribe",
                                                "range": [
                                                  4472,
                                                  4483
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                4467,
                                                4483
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              4467,
                                              4485
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "range": [
                                            4467,
                                            4486
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 31
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "child",
                                                "range": [
                                                  4503,
                                                  4508
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    4515,
                                                    4527
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 114,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 114,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  4511,
                                                  4529
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "range": [
                                                4503,
                                                4529
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 42
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4499,
                                            4530
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 43
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "ret",
                                                "range": [
                                                  4547,
                                                  4550
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "main",
                                                    "range": [
                                                      4553,
                                                      4557
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "add",
                                                    "range": [
                                                      4558,
                                                      4561
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 30
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4553,
                                                    4561
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "child",
                                                    "range": [
                                                      4562,
                                                      4567
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 36
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4553,
                                                  4568
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                4547,
                                                4568
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 37
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4543,
                                            4569
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 38
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4582,
                                                        4588
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4589,
                                                        4595
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4582,
                                                      4595
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 116,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "ret",
                                                      "range": [
                                                        4596,
                                                        4599
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4582,
                                                    4600
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 116,
                                                      "column": 30
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    4601,
                                                    4603
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 116,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4582,
                                                  4603
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  4604,
                                                  4609
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                4582,
                                                4609
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "child",
                                                "range": [
                                                  4610,
                                                  4615
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 45
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4582,
                                              4616
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "range": [
                                            4582,
                                            4617
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 47
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4410,
                                        4627
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 90
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4398,
                                      4627
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 78
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4328,
                                  4628
                                ],
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 123,
                                "_esdocTestName": "it123"
                              },
                              "range": [
                                4328,
                                4629
                              ],
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 8
                                },
                                "end": {
                                  "line": 117,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    4638,
                                    4640
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "Should unsubscribe the passed one if the self has been unsubscribed",
                                    "raw": "'Should unsubscribe the passed one if the self has been unsubscribed'",
                                    "range": [
                                      4641,
                                      4710
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 80
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "main",
                                                "range": [
                                                  4742,
                                                  4746
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    4753,
                                                    4765
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  4749,
                                                  4767
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                4742,
                                                4767
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 41
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4738,
                                            4768
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 42
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "main",
                                                "range": [
                                                  4781,
                                                  4785
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "unsubscribe",
                                                "range": [
                                                  4786,
                                                  4797
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                4781,
                                                4797
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              4781,
                                              4799
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 30
                                              }
                                            }
                                          },
                                          "range": [
                                            4781,
                                            4800
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 31
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "isCalled",
                                                "range": [
                                                  4817,
                                                  4825
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "Literal",
                                                "value": false,
                                                "raw": "false",
                                                "range": [
                                                  4828,
                                                  4833
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "range": [
                                                4817,
                                                4833
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 32
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4813,
                                            4834
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 33
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "child",
                                                "range": [
                                                  4851,
                                                  4856
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "Subscription",
                                                  "range": [
                                                    4863,
                                                    4875
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "FunctionExpression",
                                                    "id": null,
                                                    "params": [],
                                                    "body": {
                                                      "type": "BlockStatement",
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "Identifier",
                                                              "name": "isCalled",
                                                              "range": [
                                                                4906,
                                                                4914
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 123,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 123,
                                                                  "column": 24
                                                                }
                                                              }
                                                            },
                                                            "right": {
                                                              "type": "Literal",
                                                              "value": true,
                                                              "raw": "true",
                                                              "range": [
                                                                4917,
                                                                4921
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 123,
                                                                  "column": 27
                                                                },
                                                                "end": {
                                                                  "line": 123,
                                                                  "column": 31
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4906,
                                                              4921
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 123,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 123,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4906,
                                                            4922
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 123,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 123,
                                                              "column": 32
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        4888,
                                                        4936
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 122,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 124,
                                                          "column": 13
                                                        }
                                                      }
                                                    },
                                                    "generator": false,
                                                    "expression": false,
                                                    "range": [
                                                      4876,
                                                      4936
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 124,
                                                        "column": 13
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4859,
                                                  4937
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 124,
                                                    "column": 14
                                                  }
                                                }
                                              },
                                              "range": [
                                                4851,
                                                4937
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 124,
                                                  "column": 14
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4847,
                                            4938
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "main",
                                                "range": [
                                                  4951,
                                                  4955
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "add",
                                                "range": [
                                                  4956,
                                                  4959
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "range": [
                                                4951,
                                                4959
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "child",
                                                "range": [
                                                  4960,
                                                  4965
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 26
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4951,
                                              4966
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            4951,
                                            4967
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 28
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4980,
                                                        4986
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 126,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 126,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4987,
                                                        4993
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 126,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 126,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4980,
                                                      4993
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 126,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 126,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "isCalled",
                                                      "range": [
                                                        4994,
                                                        5002
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 126,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 126,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4980,
                                                    5003
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    5004,
                                                    5006
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 126,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 126,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4980,
                                                  5006
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  5007,
                                                  5012
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                4980,
                                                5012
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": true,
                                                "raw": "true",
                                                "range": [
                                                  5013,
                                                  5017
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 49
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4980,
                                              5018
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 50
                                              }
                                            }
                                          },
                                          "range": [
                                            4980,
                                            5019
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 51
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4724,
                                        5029
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 94
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4712,
                                      5029
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 82
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4638,
                                  5030
                                ],
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 124,
                                "_esdocTestName": "it124"
                              },
                              "range": [
                                4638,
                                5031
                              ],
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 8
                                },
                                "end": {
                                  "line": 127,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            2458,
                            5037
                          ],
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 47
                            },
                            "end": {
                              "line": 128,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2446,
                          5037
                        ],
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 35
                          },
                          "end": {
                            "line": 128,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2415,
                      5038
                    ],
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 128,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 116,
                    "_esdocTestName": "describe116"
                  },
                  "range": [
                    2415,
                    5039
                  ],
                  "loc": {
                    "start": {
                      "line": 68,
                      "column": 4
                    },
                    "end": {
                      "line": 128,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                213,
                5041
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 37
                },
                "end": {
                  "line": 129,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              201,
              5041
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 25
              },
              "end": {
                "line": 129,
                "column": 1
              }
            }
          }
        ],
        "range": [
          176,
          5042
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 129,
            "column": 2
          }
        },
        "_esdocTestId": 113,
        "_esdocTestName": "describe113"
      },
      "range": [
        176,
        5043
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 129,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {Subscription} ",
          "range": [
            148,
            175
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 27
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=Subscription-spec.js.map",
          "range": [
            5044,
            5089
          ],
          "loc": {
            "start": {
              "line": 130,
              "column": 0
            },
            "end": {
              "line": 130,
              "column": 45
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    5043
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 129,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {Subscription} ",
      "range": [
        148,
        175
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 27
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=Subscription-spec.js.map",
      "range": [
        5044,
        5089
      ],
      "loc": {
        "start": {
          "line": 130,
          "column": 0
        },
        "end": {
          "line": 130,
          "column": 45
        }
      }
    }
  ]
}