{
  "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,
                  80
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              53,
              81
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 37
              }
            }
          },
          "range": [
            48,
            81
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        82
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Notification",
            "range": [
              87,
              99
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 16
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                102,
                104
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 19
                },
                "end": {
                  "line": 4,
                  "column": 21
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Notification",
              "range": [
                105,
                117
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 22
                },
                "end": {
                  "line": 4,
                  "column": 34
                }
              }
            },
            "range": [
              102,
              117
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 19
              },
              "end": {
                "line": 4,
                "column": 34
              }
            }
          },
          "range": [
            87,
            117
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 34
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        83,
        118
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 35
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "TestScheduler",
            "range": [
              123,
              136
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 17
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                139,
                141
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 20
                },
                "end": {
                  "line": 5,
                  "column": 22
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "TestScheduler",
              "range": [
                142,
                155
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 23
                },
                "end": {
                  "line": 5,
                  "column": 36
                }
              }
            },
            "range": [
              139,
              155
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 20
              },
              "end": {
                "line": 5,
                "column": 36
              }
            }
          },
          "range": [
            123,
            155
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        119,
        156
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 37
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {TestScheduler} ",
          "range": [
            157,
            185
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 28
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            186,
            194
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "TestScheduler",
            "raw": "'TestScheduler'",
            "range": [
              195,
              210
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 9
              },
              "end": {
                "line": 7,
                "column": 24
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        230,
                        232
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should exist",
                        "raw": "'should exist'",
                        "range": [
                          233,
                          247
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 7
                          },
                          "end": {
                            "line": 8,
                            "column": 21
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "chai_1",
                                      "range": [
                                        271,
                                        277
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "expect",
                                      "range": [
                                        278,
                                        284
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      271,
                                      284
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "TestScheduler",
                                      "range": [
                                        285,
                                        298
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 35
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    271,
                                    299
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 36
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "exist",
                                  "range": [
                                    300,
                                    305
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 37
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 42
                                    }
                                  }
                                },
                                "range": [
                                  271,
                                  305
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 42
                                  }
                                }
                              },
                              "range": [
                                271,
                                306
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "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": [
                                              315,
                                              321
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              322,
                                              328
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            315,
                                            328
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "TestScheduler",
                                            "range": [
                                              329,
                                              342
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 10,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 10,
                                                "column": 35
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          315,
                                          343
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          344,
                                          346
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 39
                                          }
                                        }
                                      },
                                      "range": [
                                        315,
                                        346
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        347,
                                        349
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      315,
                                      349
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      350,
                                      351
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    315,
                                    351
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "function",
                                    "raw": "'function'",
                                    "range": [
                                      352,
                                      362
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  315,
                                  363
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                315,
                                364
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            261,
                            370
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 35
                            },
                            "end": {
                              "line": 11,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          249,
                          370
                        ],
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 23
                          },
                          "end": {
                            "line": 11,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      230,
                      371
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2361,
                    "_esdocTestName": "it2361"
                  },
                  "range": [
                    230,
                    372
                  ],
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 11,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        377,
                        385
                      ],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 4
                        },
                        "end": {
                          "line": 12,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "parseMarbles()",
                        "raw": "'parseMarbles()'",
                        "range": [
                          386,
                          402
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 13
                          },
                          "end": {
                            "line": 12,
                            "column": 29
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    426,
                                    428
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a marble string into a series of notifications and types",
                                    "raw": "'should parse a marble string into a series of notifications and types'",
                                    "range": [
                                      429,
                                      500
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 82
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  532,
                                                  538
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 14,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 14,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      541,
                                                      554
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 14,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarbles",
                                                    "range": [
                                                      555,
                                                      567
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 14,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    541,
                                                    567
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 14,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 14,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "-------a---b---|",
                                                    "raw": "'-------a---b---|'",
                                                    "range": [
                                                      568,
                                                      586
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 14,
                                                        "column": 70
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            590,
                                                            591
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 74
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 75
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "A",
                                                          "raw": "'A'",
                                                          "range": [
                                                            593,
                                                            596
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 77
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 80
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          590,
                                                          596
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 14,
                                                            "column": 74
                                                          },
                                                          "end": {
                                                            "line": 14,
                                                            "column": 80
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            598,
                                                            599
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 82
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 83
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "B",
                                                          "raw": "'B'",
                                                          "range": [
                                                            601,
                                                            604
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 85
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 88
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          598,
                                                          604
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 14,
                                                            "column": 82
                                                          },
                                                          "end": {
                                                            "line": 14,
                                                            "column": 88
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      588,
                                                      606
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 14,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 14,
                                                        "column": 90
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  541,
                                                  607
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 14,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 14,
                                                    "column": 91
                                                  }
                                                }
                                              },
                                              "range": [
                                                532,
                                                607
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 91
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            528,
                                            608
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 92
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        621,
                                                        627
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 15,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 15,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        628,
                                                        634
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 15,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 15,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      621,
                                                      634
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 15,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 15,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "result",
                                                      "range": [
                                                        635,
                                                        641
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 15,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 15,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    621,
                                                    642
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 15,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 15,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    643,
                                                    647
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 15,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 15,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  621,
                                                  647
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  648,
                                                  653
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                621,
                                                653
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            674,
                                                            679
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 16,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 16,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 70,
                                                          "raw": "70",
                                                          "range": [
                                                            681,
                                                            683
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 16,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 16,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          674,
                                                          683
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 16,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 16,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            685,
                                                            697
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 16,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 16,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                699,
                                                                711
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 16,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 16,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                712,
                                                                722
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 16,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 16,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              699,
                                                              722
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 16,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 16,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "A",
                                                              "raw": "'A'",
                                                              "range": [
                                                                723,
                                                                726
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 16,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 16,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            699,
                                                            727
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 16,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 16,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          685,
                                                          727
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 16,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 16,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      672,
                                                      729
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            749,
                                                            754
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 110,
                                                          "raw": "110",
                                                          "range": [
                                                            756,
                                                            759
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          749,
                                                          759
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 17,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 17,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            761,
                                                            773
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                775,
                                                                787
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                788,
                                                                798
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 67
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              775,
                                                              798
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 17,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 17,
                                                                "column": 67
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "B",
                                                              "raw": "'B'",
                                                              "range": [
                                                                799,
                                                                802
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 17,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 17,
                                                                  "column": 71
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            775,
                                                            803
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 17,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 17,
                                                              "column": 72
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          761,
                                                          803
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 17,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 17,
                                                            "column": 72
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      747,
                                                      805
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 17,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 17,
                                                        "column": 74
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            825,
                                                            830
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 18,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 18,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 150,
                                                          "raw": "150",
                                                          "range": [
                                                            832,
                                                            835
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 18,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 18,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          825,
                                                          835
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 18,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 18,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            837,
                                                            849
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 18,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 18,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                851,
                                                                863
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 18,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 18,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createComplete",
                                                              "range": [
                                                                864,
                                                                878
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 18,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 18,
                                                                  "column": 71
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              851,
                                                              878
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 18,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 18,
                                                                "column": 71
                                                              }
                                                            }
                                                          },
                                                          "arguments": [],
                                                          "range": [
                                                            851,
                                                            880
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 18,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 18,
                                                              "column": 73
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          837,
                                                          880
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 18,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 18,
                                                            "column": 73
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      823,
                                                      882
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 75
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  654,
                                                  896
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              621,
                                              897
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            621,
                                            898
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        514,
                                        908
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 96
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      502,
                                      908
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 84
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  426,
                                  909
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2363,
                                "_esdocTestName": "it2363"
                              },
                              "range": [
                                426,
                                910
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    919,
                                    921
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a marble string, allowing spaces too",
                                    "raw": "'should parse a marble string, allowing spaces too'",
                                    "range": [
                                      922,
                                      973
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 62
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  1005,
                                                  1011
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      1014,
                                                      1027
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarbles",
                                                    "range": [
                                                      1028,
                                                      1040
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1014,
                                                    1040
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 22,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 22,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "--a--b--|   ",
                                                    "raw": "'--a--b--|   '",
                                                    "range": [
                                                      1041,
                                                      1055
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 66
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            1059,
                                                            1060
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 22,
                                                              "column": 70
                                                            },
                                                            "end": {
                                                              "line": 22,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "A",
                                                          "raw": "'A'",
                                                          "range": [
                                                            1062,
                                                            1065
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 22,
                                                              "column": 73
                                                            },
                                                            "end": {
                                                              "line": 22,
                                                              "column": 76
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1059,
                                                          1065
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 22,
                                                            "column": 70
                                                          },
                                                          "end": {
                                                            "line": 22,
                                                            "column": 76
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            1067,
                                                            1068
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 22,
                                                              "column": 78
                                                            },
                                                            "end": {
                                                              "line": 22,
                                                              "column": 79
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "B",
                                                          "raw": "'B'",
                                                          "range": [
                                                            1070,
                                                            1073
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 22,
                                                              "column": 81
                                                            },
                                                            "end": {
                                                              "line": 22,
                                                              "column": 84
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1067,
                                                          1073
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 22,
                                                            "column": 78
                                                          },
                                                          "end": {
                                                            "line": 22,
                                                            "column": 84
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1057,
                                                      1075
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 22,
                                                        "column": 68
                                                      },
                                                      "end": {
                                                        "line": 22,
                                                        "column": 86
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1014,
                                                  1076
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 87
                                                  }
                                                }
                                              },
                                              "range": [
                                                1005,
                                                1076
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 87
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1001,
                                            1077
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 88
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        1090,
                                                        1096
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1097,
                                                        1103
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1090,
                                                      1103
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "result",
                                                      "range": [
                                                        1104,
                                                        1110
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1090,
                                                    1111
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    1112,
                                                    1116
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1090,
                                                  1116
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1117,
                                                  1122
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                1090,
                                                1122
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            1143,
                                                            1148
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 24,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 20,
                                                          "raw": "20",
                                                          "range": [
                                                            1150,
                                                            1152
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 24,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1143,
                                                          1152
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 24,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            1154,
                                                            1166
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 24,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                1168,
                                                                1180
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                1181,
                                                                1191
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1168,
                                                              1191
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 24,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 24,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "A",
                                                              "raw": "'A'",
                                                              "range": [
                                                                1192,
                                                                1195
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1168,
                                                            1196
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 24,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1154,
                                                          1196
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 24,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1141,
                                                      1198
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 24,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            1218,
                                                            1223
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 50,
                                                          "raw": "50",
                                                          "range": [
                                                            1225,
                                                            1227
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1218,
                                                          1227
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            1229,
                                                            1241
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                1243,
                                                                1255
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                1256,
                                                                1266
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1243,
                                                              1266
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "B",
                                                              "raw": "'B'",
                                                              "range": [
                                                                1267,
                                                                1270
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 25,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 25,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1243,
                                                            1271
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1229,
                                                          1271
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1216,
                                                      1273
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            1293,
                                                            1298
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 80,
                                                          "raw": "80",
                                                          "range": [
                                                            1300,
                                                            1302
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1293,
                                                          1302
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            1304,
                                                            1316
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                1318,
                                                                1330
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 26,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 26,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createComplete",
                                                              "range": [
                                                                1331,
                                                                1345
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 26,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 26,
                                                                  "column": 70
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1318,
                                                              1345
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 70
                                                              }
                                                            }
                                                          },
                                                          "arguments": [],
                                                          "range": [
                                                            1318,
                                                            1347
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 72
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1304,
                                                          1347
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 72
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1291,
                                                      1349
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 74
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1123,
                                                  1363
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1090,
                                              1364
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            1090,
                                            1365
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        987,
                                        1375
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 76
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      975,
                                      1375
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  919,
                                  1376
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2364,
                                "_esdocTestName": "it2364"
                              },
                              "range": [
                                919,
                                1377
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1386,
                                    1388
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a marble string with a subscription point",
                                    "raw": "'should parse a marble string with a subscription point'",
                                    "range": [
                                      1389,
                                      1445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 67
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  1477,
                                                  1483
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      1486,
                                                      1499
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarbles",
                                                    "range": [
                                                      1500,
                                                      1512
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1486,
                                                    1512
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 30,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 30,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "---^---a---b---|",
                                                    "raw": "'---^---a---b---|'",
                                                    "range": [
                                                      1513,
                                                      1531
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 70
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            1535,
                                                            1536
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 74
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 75
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "A",
                                                          "raw": "'A'",
                                                          "range": [
                                                            1538,
                                                            1541
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 77
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 80
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1535,
                                                          1541
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 74
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 80
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            1543,
                                                            1544
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 82
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 83
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "B",
                                                          "raw": "'B'",
                                                          "range": [
                                                            1546,
                                                            1549
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 30,
                                                              "column": 85
                                                            },
                                                            "end": {
                                                              "line": 30,
                                                              "column": 88
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1543,
                                                          1549
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 30,
                                                            "column": 82
                                                          },
                                                          "end": {
                                                            "line": 30,
                                                            "column": 88
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1533,
                                                      1551
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 30,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 30,
                                                        "column": 90
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1486,
                                                  1552
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 30,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 30,
                                                    "column": 91
                                                  }
                                                }
                                              },
                                              "range": [
                                                1477,
                                                1552
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 30,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 30,
                                                  "column": 91
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1473,
                                            1553
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 92
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        1566,
                                                        1572
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1573,
                                                        1579
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1566,
                                                      1579
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 31,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 31,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "result",
                                                      "range": [
                                                        1580,
                                                        1586
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 31,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 31,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1566,
                                                    1587
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    1588,
                                                    1592
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 31,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 31,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1566,
                                                  1592
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1593,
                                                  1598
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                1566,
                                                1598
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            1619,
                                                            1624
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 40,
                                                          "raw": "40",
                                                          "range": [
                                                            1626,
                                                            1628
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1619,
                                                          1628
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            1630,
                                                            1642
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                1644,
                                                                1656
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 32,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 32,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                1657,
                                                                1667
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 32,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 32,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1644,
                                                              1667
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 32,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 32,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "A",
                                                              "raw": "'A'",
                                                              "range": [
                                                                1668,
                                                                1671
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 32,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 32,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1644,
                                                            1672
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 32,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 32,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1630,
                                                          1672
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 32,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 32,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1617,
                                                      1674
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            1694,
                                                            1699
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 33,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 33,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 80,
                                                          "raw": "80",
                                                          "range": [
                                                            1701,
                                                            1703
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 33,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 33,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1694,
                                                          1703
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 33,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 33,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            1705,
                                                            1717
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 33,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 33,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                1719,
                                                                1731
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 33,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 33,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                1732,
                                                                1742
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 33,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 33,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1719,
                                                              1742
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 33,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 33,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "B",
                                                              "raw": "'B'",
                                                              "range": [
                                                                1743,
                                                                1746
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 33,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 33,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            1719,
                                                            1747
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 33,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 33,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1705,
                                                          1747
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 33,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 33,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1692,
                                                      1749
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            1769,
                                                            1774
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 120,
                                                          "raw": "120",
                                                          "range": [
                                                            1776,
                                                            1779
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1769,
                                                          1779
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            1781,
                                                            1793
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                1795,
                                                                1807
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createComplete",
                                                              "range": [
                                                                1808,
                                                                1822
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 34,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 34,
                                                                  "column": 71
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1795,
                                                              1822
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 34,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 34,
                                                                "column": 71
                                                              }
                                                            }
                                                          },
                                                          "arguments": [],
                                                          "range": [
                                                            1795,
                                                            1824
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 34,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 34,
                                                              "column": 73
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          1781,
                                                          1824
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 73
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1767,
                                                      1826
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 75
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1599,
                                                  1840
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1566,
                                              1841
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            1566,
                                            1842
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1459,
                                        1852
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 81
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1447,
                                      1852
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1386,
                                  1853
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2365,
                                "_esdocTestName": "it2365"
                              },
                              "range": [
                                1386,
                                1854
                              ],
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1863,
                                    1865
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a marble string with an error",
                                    "raw": "'should parse a marble string with an error'",
                                    "range": [
                                      1866,
                                      1910
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 55
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  1942,
                                                  1948
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      1951,
                                                      1964
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarbles",
                                                    "range": [
                                                      1965,
                                                      1977
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1951,
                                                    1977
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "-------a---b---#",
                                                    "raw": "'-------a---b---#'",
                                                    "range": [
                                                      1978,
                                                      1996
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 70
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            2000,
                                                            2001
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 74
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 75
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "A",
                                                          "raw": "'A'",
                                                          "range": [
                                                            2003,
                                                            2006
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 77
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 80
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2000,
                                                          2006
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 74
                                                          },
                                                          "end": {
                                                            "line": 38,
                                                            "column": 80
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            2008,
                                                            2009
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 82
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 83
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "B",
                                                          "raw": "'B'",
                                                          "range": [
                                                            2011,
                                                            2014
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 85
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 88
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2008,
                                                          2014
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 82
                                                          },
                                                          "end": {
                                                            "line": 38,
                                                            "column": 88
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1998,
                                                      2016
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 90
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": "omg error!",
                                                    "raw": "'omg error!'",
                                                    "range": [
                                                      2018,
                                                      2030
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 92
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 104
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1951,
                                                  2031
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 105
                                                  }
                                                }
                                              },
                                              "range": [
                                                1942,
                                                2031
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 105
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            1938,
                                            2032
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 106
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2045,
                                                        2051
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2052,
                                                        2058
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2045,
                                                      2058
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "result",
                                                      "range": [
                                                        2059,
                                                        2065
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2045,
                                                    2066
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    2067,
                                                    2071
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2045,
                                                  2071
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2072,
                                                  2077
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                2045,
                                                2077
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            2098,
                                                            2103
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 70,
                                                          "raw": "70",
                                                          "range": [
                                                            2105,
                                                            2107
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2098,
                                                          2107
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            2109,
                                                            2121
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                2123,
                                                                2135
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 40,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 40,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                2136,
                                                                2146
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 40,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 40,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2123,
                                                              2146
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 40,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 40,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "A",
                                                              "raw": "'A'",
                                                              "range": [
                                                                2147,
                                                                2150
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 40,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 40,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2123,
                                                            2151
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2109,
                                                          2151
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2096,
                                                      2153
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            2173,
                                                            2178
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 110,
                                                          "raw": "110",
                                                          "range": [
                                                            2180,
                                                            2183
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2173,
                                                          2183
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            2185,
                                                            2197
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                2199,
                                                                2211
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                2212,
                                                                2222
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 67
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2199,
                                                              2222
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 41,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 41,
                                                                "column": 67
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "B",
                                                              "raw": "'B'",
                                                              "range": [
                                                                2223,
                                                                2226
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 41,
                                                                  "column": 68
                                                                },
                                                                "end": {
                                                                  "line": 41,
                                                                  "column": 71
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2199,
                                                            2227
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 41,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 41,
                                                              "column": 72
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2185,
                                                          2227
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 72
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2171,
                                                      2229
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 74
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            2249,
                                                            2254
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 150,
                                                          "raw": "150",
                                                          "range": [
                                                            2256,
                                                            2259
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2249,
                                                          2259
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 42,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 42,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            2261,
                                                            2273
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                2275,
                                                                2287
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createError",
                                                              "range": [
                                                                2288,
                                                                2299
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 68
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2275,
                                                              2299
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 68
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "omg error!",
                                                              "raw": "'omg error!'",
                                                              "range": [
                                                                2300,
                                                                2312
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 69
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 81
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2275,
                                                            2313
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 82
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2261,
                                                          2313
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 42,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 42,
                                                            "column": 82
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2247,
                                                      2315
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 84
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2078,
                                                  2329
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2045,
                                              2330
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            2045,
                                            2331
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1924,
                                        2341
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 69
                                        },
                                        "end": {
                                          "line": 44,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1912,
                                      2341
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1863,
                                  2342
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2366,
                                "_esdocTestName": "it2366"
                              },
                              "range": [
                                1863,
                                2343
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2352,
                                    2354
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should default in the letter for the value if no value hash was passed",
                                    "raw": "'should default in the letter for the value if no value hash was passed'",
                                    "range": [
                                      2355,
                                      2427
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 83
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  2459,
                                                  2465
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      2468,
                                                      2481
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarbles",
                                                    "range": [
                                                      2482,
                                                      2494
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2468,
                                                    2494
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "--a--b--c--",
                                                    "raw": "'--a--b--c--'",
                                                    "range": [
                                                      2495,
                                                      2508
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 65
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2468,
                                                  2509
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 46,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 46,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                2459,
                                                2509
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 46,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 46,
                                                  "column": 66
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2455,
                                            2510
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 46,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 46,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2523,
                                                        2529
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2530,
                                                        2536
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2523,
                                                      2536
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "result",
                                                      "range": [
                                                        2537,
                                                        2543
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2523,
                                                    2544
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    2545,
                                                    2549
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2523,
                                                  2549
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2550,
                                                  2555
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 47,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                2523,
                                                2555
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            2576,
                                                            2581
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 20,
                                                          "raw": "20",
                                                          "range": [
                                                            2583,
                                                            2585
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2576,
                                                          2585
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            2587,
                                                            2599
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                2601,
                                                                2613
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 48,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 48,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                2614,
                                                                2624
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 48,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 48,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2601,
                                                              2624
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "a",
                                                              "raw": "'a'",
                                                              "range": [
                                                                2625,
                                                                2628
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 48,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 48,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2601,
                                                            2629
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2587,
                                                          2629
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2574,
                                                      2631
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            2651,
                                                            2656
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 50,
                                                          "raw": "50",
                                                          "range": [
                                                            2658,
                                                            2660
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2651,
                                                          2660
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            2662,
                                                            2674
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                2676,
                                                                2688
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 49,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                2689,
                                                                2699
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 49,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2676,
                                                              2699
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "b",
                                                              "raw": "'b'",
                                                              "range": [
                                                                2700,
                                                                2703
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 49,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2676,
                                                            2704
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2662,
                                                          2704
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2649,
                                                      2706
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            2726,
                                                            2731
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 50,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 50,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 80,
                                                          "raw": "80",
                                                          "range": [
                                                            2733,
                                                            2735
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 50,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 50,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2726,
                                                          2735
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            2737,
                                                            2749
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 50,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 50,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                2751,
                                                                2763
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 50,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 50,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                2764,
                                                                2774
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 50,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 50,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              2751,
                                                              2774
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 50,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 50,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "c",
                                                              "raw": "'c'",
                                                              "range": [
                                                                2775,
                                                                2778
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 50,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 50,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2751,
                                                            2779
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 50,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 50,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          2737,
                                                          2779
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2724,
                                                      2781
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 73
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2556,
                                                  2796
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 47,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 51,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2523,
                                              2797
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            2523,
                                            2798
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2441,
                                        2808
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 97
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2429,
                                      2808
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 85
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2352,
                                  2809
                                ],
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2367,
                                "_esdocTestName": "it2367"
                              },
                              "range": [
                                2352,
                                2810
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2819,
                                    2821
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should handle grouped values",
                                    "raw": "'should handle grouped values'",
                                    "range": [
                                      2822,
                                      2852
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  2884,
                                                  2890
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      2893,
                                                      2906
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarbles",
                                                    "range": [
                                                      2907,
                                                      2919
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 51
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2893,
                                                    2919
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "---(abc)---",
                                                    "raw": "'---(abc)---'",
                                                    "range": [
                                                      2920,
                                                      2933
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 65
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2893,
                                                  2934
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                2884,
                                                2934
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 66
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            2880,
                                            2935
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 54,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 54,
                                              "column": 67
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2948,
                                                        2954
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2955,
                                                        2961
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2948,
                                                      2961
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "result",
                                                      "range": [
                                                        2962,
                                                        2968
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2948,
                                                    2969
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "deep",
                                                  "range": [
                                                    2970,
                                                    2974
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2948,
                                                  2974
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2975,
                                                  2980
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                2948,
                                                2980
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            3001,
                                                            3006
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 30,
                                                          "raw": "30",
                                                          "range": [
                                                            3008,
                                                            3010
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          3001,
                                                          3010
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            3012,
                                                            3024
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                3026,
                                                                3038
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                3039,
                                                                3049
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              3026,
                                                              3049
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 56,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 56,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "a",
                                                              "raw": "'a'",
                                                              "range": [
                                                                3050,
                                                                3053
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 56,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 56,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            3026,
                                                            3054
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 56,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 56,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          3012,
                                                          3054
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2999,
                                                      3056
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            3076,
                                                            3081
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 30,
                                                          "raw": "30",
                                                          "range": [
                                                            3083,
                                                            3085
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          3076,
                                                          3085
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            3087,
                                                            3099
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                3101,
                                                                3113
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                3114,
                                                                3124
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              3101,
                                                              3124
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "b",
                                                              "raw": "'b'",
                                                              "range": [
                                                                3125,
                                                                3128
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            3101,
                                                            3129
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          3087,
                                                          3129
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3074,
                                                      3131
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 73
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "frame",
                                                          "range": [
                                                            3151,
                                                            3156
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 18
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 23
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": 30,
                                                          "raw": "30",
                                                          "range": [
                                                            3158,
                                                            3160
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          3151,
                                                          3160
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "notification",
                                                          "range": [
                                                            3162,
                                                            3174
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "CallExpression",
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "computed": false,
                                                            "object": {
                                                              "type": "Identifier",
                                                              "name": "Notification",
                                                              "range": [
                                                                3176,
                                                                3188
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "createNext",
                                                              "range": [
                                                                3189,
                                                                3199
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 66
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              3176,
                                                              3199
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Literal",
                                                              "value": "c",
                                                              "raw": "'c'",
                                                              "range": [
                                                                3200,
                                                                3203
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 67
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 70
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            3176,
                                                            3204
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 71
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          3162,
                                                          3204
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 71
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3149,
                                                      3206
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 73
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2981,
                                                  3220
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2948,
                                              3221
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            2948,
                                            3222
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2866,
                                        3232
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2854,
                                      3232
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2819,
                                  3233
                                ],
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 60,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2368,
                                "_esdocTestName": "it2368"
                              },
                              "range": [
                                2819,
                                3234
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 60,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            416,
                            3240
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 43
                            },
                            "end": {
                              "line": 61,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          404,
                          3240
                        ],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 31
                          },
                          "end": {
                            "line": 61,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      377,
                      3241
                    ],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2362,
                    "_esdocTestName": "describe2362"
                  },
                  "range": [
                    377,
                    3242
                  ],
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4
                    },
                    "end": {
                      "line": 61,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        3247,
                        3255
                      ],
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 62,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "parseMarblesAsSubscriptions()",
                        "raw": "'parseMarblesAsSubscriptions()'",
                        "range": [
                          3256,
                          3287
                        ],
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 13
                          },
                          "end": {
                            "line": 62,
                            "column": 44
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    3311,
                                    3313
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a subscription marble string into a subscriptionLog",
                                    "raw": "'should parse a subscription marble string into a subscriptionLog'",
                                    "range": [
                                      3314,
                                      3380
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 77
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  3412,
                                                  3418
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      3421,
                                                      3434
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarblesAsSubscriptions",
                                                    "range": [
                                                      3435,
                                                      3462
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 66
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3421,
                                                    3462
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "---^---!-",
                                                    "raw": "'---^---!-'",
                                                    "range": [
                                                      3463,
                                                      3474
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 78
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3421,
                                                  3475
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 79
                                                  }
                                                }
                                              },
                                              "range": [
                                                3412,
                                                3475
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 79
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3408,
                                            3476
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 80
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3489,
                                                        3495
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3496,
                                                        3502
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3489,
                                                      3502
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "result",
                                                        "range": [
                                                          3503,
                                                          3509
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "subscribedFrame",
                                                        "range": [
                                                          3510,
                                                          3525
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3503,
                                                        3525
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 48
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3489,
                                                    3526
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3527,
                                                    3529
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3489,
                                                  3529
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3530,
                                                  3535
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              "range": [
                                                3489,
                                                3535
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 30,
                                                "raw": "30",
                                                "range": [
                                                  3536,
                                                  3538
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 61
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3489,
                                              3539
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 62
                                              }
                                            }
                                          },
                                          "range": [
                                            3489,
                                            3540
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3553,
                                                        3559
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3560,
                                                        3566
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3553,
                                                      3566
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "result",
                                                        "range": [
                                                          3567,
                                                          3573
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 66,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 66,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "unsubscribedFrame",
                                                        "range": [
                                                          3574,
                                                          3591
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 66,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 66,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3567,
                                                        3591
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 50
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3553,
                                                    3592
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3593,
                                                    3595
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3553,
                                                  3595
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3596,
                                                  3601
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                3553,
                                                3601
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 70,
                                                "raw": "70",
                                                "range": [
                                                  3602,
                                                  3604
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 63
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3553,
                                              3605
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            3553,
                                            3606
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 65
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3394,
                                        3616
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      3382,
                                      3616
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3311,
                                  3617
                                ],
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2370,
                                "_esdocTestName": "it2370"
                              },
                              "range": [
                                3311,
                                3618
                              ],
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    3627,
                                    3629
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a subscription marble string with an unsubscription",
                                    "raw": "'should parse a subscription marble string with an unsubscription'",
                                    "range": [
                                      3630,
                                      3696
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 77
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  3728,
                                                  3734
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      3737,
                                                      3750
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarblesAsSubscriptions",
                                                    "range": [
                                                      3751,
                                                      3778
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 66
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3737,
                                                    3778
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "---^-",
                                                    "raw": "'---^-'",
                                                    "range": [
                                                      3779,
                                                      3786
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 74
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3737,
                                                  3787
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 75
                                                  }
                                                }
                                              },
                                              "range": [
                                                3728,
                                                3787
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 75
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            3724,
                                            3788
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 76
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3801,
                                                        3807
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3808,
                                                        3814
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3801,
                                                      3814
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "result",
                                                        "range": [
                                                          3815,
                                                          3821
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 70,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 70,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "subscribedFrame",
                                                        "range": [
                                                          3822,
                                                          3837
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 70,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 70,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3815,
                                                        3837
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 48
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3801,
                                                    3838
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3839,
                                                    3841
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 70,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 70,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3801,
                                                  3841
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3842,
                                                  3847
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              "range": [
                                                3801,
                                                3847
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 30,
                                                "raw": "30",
                                                "range": [
                                                  3848,
                                                  3850
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 61
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3801,
                                              3851
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 62
                                              }
                                            }
                                          },
                                          "range": [
                                            3801,
                                            3852
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        3865,
                                                        3871
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        3872,
                                                        3878
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3865,
                                                      3878
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "result",
                                                        "range": [
                                                          3879,
                                                          3885
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "unsubscribedFrame",
                                                        "range": [
                                                          3886,
                                                          3903
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 71,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3879,
                                                        3903
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 50
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3865,
                                                    3904
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    3905,
                                                    3907
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3865,
                                                  3907
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  3908,
                                                  3913
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                3865,
                                                3913
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Number",
                                                  "range": [
                                                    3914,
                                                    3920
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 67
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "POSITIVE_INFINITY",
                                                  "range": [
                                                    3921,
                                                    3938
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 71,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 85
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3914,
                                                  3938
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 85
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3865,
                                              3939
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 86
                                              }
                                            }
                                          },
                                          "range": [
                                            3865,
                                            3940
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 87
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        3710,
                                        3950
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 91
                                        },
                                        "end": {
                                          "line": 72,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      3698,
                                      3950
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3627,
                                  3951
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2371,
                                "_esdocTestName": "it2371"
                              },
                              "range": [
                                3627,
                                3952
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 72,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    3961,
                                    3963
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a subscription marble string with a synchronous unsubscription",
                                    "raw": "'should parse a subscription marble string with a synchronous unsubscription'",
                                    "range": [
                                      3964,
                                      4041
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 88
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "result",
                                                "range": [
                                                  4073,
                                                  4079
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "TestScheduler",
                                                    "range": [
                                                      4082,
                                                      4095
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "parseMarblesAsSubscriptions",
                                                    "range": [
                                                      4096,
                                                      4123
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 66
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4082,
                                                    4123
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 74,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 74,
                                                      "column": 66
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "---(^!)-",
                                                    "raw": "'---(^!)-'",
                                                    "range": [
                                                      4124,
                                                      4134
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 77
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4082,
                                                  4135
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 78
                                                  }
                                                }
                                              },
                                              "range": [
                                                4073,
                                                4135
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 78
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4069,
                                            4136
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 79
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4149,
                                                        4155
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4156,
                                                        4162
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4149,
                                                      4162
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "result",
                                                        "range": [
                                                          4163,
                                                          4169
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "subscribedFrame",
                                                        "range": [
                                                          4170,
                                                          4185
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 75,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 75,
                                                            "column": 48
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4163,
                                                        4185
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 48
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4149,
                                                    4186
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    4187,
                                                    4189
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 75,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 75,
                                                      "column": 52
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4149,
                                                  4189
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 52
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  4190,
                                                  4195
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              "range": [
                                                4149,
                                                4195
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 30,
                                                "raw": "30",
                                                "range": [
                                                  4196,
                                                  4198
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 61
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4149,
                                              4199
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 62
                                              }
                                            }
                                          },
                                          "range": [
                                            4149,
                                            4200
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 63
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4213,
                                                        4219
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4220,
                                                        4226
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4213,
                                                      4226
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "result",
                                                        "range": [
                                                          4227,
                                                          4233
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 76,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 76,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "unsubscribedFrame",
                                                        "range": [
                                                          4234,
                                                          4251
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 76,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 76,
                                                            "column": 50
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4227,
                                                        4251
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 50
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4213,
                                                    4252
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 51
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    4253,
                                                    4255
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4213,
                                                  4255
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 54
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  4256,
                                                  4261
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 60
                                                  }
                                                }
                                              },
                                              "range": [
                                                4213,
                                                4261
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 60
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 30,
                                                "raw": "30",
                                                "range": [
                                                  4262,
                                                  4264
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 61
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 63
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4213,
                                              4265
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            4213,
                                            4266
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 65
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4055,
                                        4276
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 102
                                        },
                                        "end": {
                                          "line": 77,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4043,
                                      4276
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 90
                                      },
                                      "end": {
                                        "line": 77,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3961,
                                  4277
                                ],
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2372,
                                "_esdocTestName": "it2372"
                              },
                              "range": [
                                3961,
                                4278
                              ],
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 8
                                },
                                "end": {
                                  "line": 77,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            3301,
                            4284
                          ],
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 58
                            },
                            "end": {
                              "line": 78,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3289,
                          4284
                        ],
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 46
                          },
                          "end": {
                            "line": 78,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3247,
                      4285
                    ],
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 78,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2369,
                    "_esdocTestName": "describe2369"
                  },
                  "range": [
                    3247,
                    4286
                  ],
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 78,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        4291,
                        4299
                      ],
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 4
                        },
                        "end": {
                          "line": 79,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "createTime()",
                        "raw": "'createTime()'",
                        "range": [
                          4300,
                          4314
                        ],
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 13
                          },
                          "end": {
                            "line": 79,
                            "column": 27
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    4338,
                                    4340
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 80,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 80,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should parse a simple time marble string to a number",
                                    "raw": "'should parse a simple time marble string to a number'",
                                    "range": [
                                      4341,
                                      4395
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 65
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "scheduler",
                                                "range": [
                                                  4427,
                                                  4436
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "TestScheduler",
                                                  "range": [
                                                    4443,
                                                    4456
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 81,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 81,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": null,
                                                    "raw": "null",
                                                    "range": [
                                                      4457,
                                                      4461
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4439,
                                                  4462
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 81,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                4427,
                                                4462
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 81,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 81,
                                                  "column": 51
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4423,
                                            4463
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "time",
                                                "range": [
                                                  4480,
                                                  4484
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "scheduler",
                                                    "range": [
                                                      4487,
                                                      4496
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "createTime",
                                                    "range": [
                                                      4497,
                                                      4507
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 43
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4487,
                                                    4507
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 82,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "-----|",
                                                    "raw": "'-----|'",
                                                    "range": [
                                                      4508,
                                                      4516
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 52
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4487,
                                                  4517
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 53
                                                  }
                                                }
                                              },
                                              "range": [
                                                4480,
                                                4517
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 53
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4476,
                                            4518
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 82,
                                              "column": 54
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4531,
                                                        4537
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4538,
                                                        4544
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4531,
                                                      4544
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "time",
                                                      "range": [
                                                        4545,
                                                        4549
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 30
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4531,
                                                    4550
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    4551,
                                                    4553
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4531,
                                                  4553
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  4554,
                                                  4559
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "range": [
                                                4531,
                                                4559
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 40
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 50,
                                                "raw": "50",
                                                "range": [
                                                  4560,
                                                  4562
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4531,
                                              4563
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            4531,
                                            4564
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4409,
                                        4574
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 79
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4397,
                                      4574
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4338,
                                  4575
                                ],
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2374,
                                "_esdocTestName": "it2374"
                              },
                              "range": [
                                4338,
                                4576
                              ],
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 8
                                },
                                "end": {
                                  "line": 84,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    4585,
                                    4587
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should throw if not given good marble input",
                                    "raw": "'should throw if not given good marble input'",
                                    "range": [
                                      4588,
                                      4633
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "scheduler",
                                                "range": [
                                                  4665,
                                                  4674
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "TestScheduler",
                                                  "range": [
                                                    4681,
                                                    4694
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": null,
                                                    "raw": "null",
                                                    "range": [
                                                      4695,
                                                      4699
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 86,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 86,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4677,
                                                  4700
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                4665,
                                                4700
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 51
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4661,
                                            4701
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        4714,
                                                        4720
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        4721,
                                                        4727
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 87,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4714,
                                                      4727
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 87,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 87,
                                                        "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": "scheduler",
                                                                  "range": [
                                                                    4758,
                                                                    4767
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 25
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "createTime",
                                                                  "range": [
                                                                    4768,
                                                                    4778
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 36
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  4758,
                                                                  4778
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 88,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 88,
                                                                    "column": 36
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "value": "-a-b-#",
                                                                  "raw": "'-a-b-#'",
                                                                  "range": [
                                                                    4779,
                                                                    4787
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 88,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 88,
                                                                      "column": 45
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                4758,
                                                                4788
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 88,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 88,
                                                                  "column": 46
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              4758,
                                                              4789
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 88,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 88,
                                                                "column": 47
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4740,
                                                          4803
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 87,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 13
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        4728,
                                                        4803
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 87,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 13
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4714,
                                                    4804
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    4805,
                                                    4807
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 89,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4714,
                                                  4807
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 17
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "throw",
                                                "range": [
                                                  4808,
                                                  4813
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "range": [
                                                4714,
                                                4813
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 89,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              4714,
                                              4815
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 89,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            4714,
                                            4816
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 89,
                                              "column": 26
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4647,
                                        4826
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 70
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4635,
                                      4826
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4585,
                                  4827
                                ],
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2375,
                                "_esdocTestName": "it2375"
                              },
                              "range": [
                                4585,
                                4828
                              ],
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 8
                                },
                                "end": {
                                  "line": 90,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            4328,
                            4834
                          ],
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 41
                            },
                            "end": {
                              "line": 91,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4316,
                          4834
                        ],
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 29
                          },
                          "end": {
                            "line": 91,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      4291,
                      4835
                    ],
                    "loc": {
                      "start": {
                        "line": 79,
                        "column": 4
                      },
                      "end": {
                        "line": 91,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2373,
                    "_esdocTestName": "describe2373"
                  },
                  "range": [
                    4291,
                    4836
                  ],
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 4
                    },
                    "end": {
                      "line": 91,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        4841,
                        4849
                      ],
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 4
                        },
                        "end": {
                          "line": 92,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "createColdObservable()",
                        "raw": "'createColdObservable()'",
                        "range": [
                          4850,
                          4874
                        ],
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 13
                          },
                          "end": {
                            "line": 92,
                            "column": 37
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    4898,
                                    4900
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should create a cold observable",
                                    "raw": "'should create a cold observable'",
                                    "range": [
                                      4901,
                                      4934
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 44
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected",
                                                "range": [
                                                  4966,
                                                  4974
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "A",
                                                    "raw": "'A'",
                                                    "range": [
                                                      4978,
                                                      4981
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": "B",
                                                    "raw": "'B'",
                                                    "range": [
                                                      4983,
                                                      4986
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 36
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4977,
                                                  4987
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                4966,
                                                4987
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 37
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            4962,
                                            4988
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 94,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 94,
                                              "column": 38
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "scheduler",
                                                "range": [
                                                  5005,
                                                  5014
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "TestScheduler",
                                                  "range": [
                                                    5021,
                                                    5034
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 95,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 95,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": null,
                                                    "raw": "null",
                                                    "range": [
                                                      5035,
                                                      5039
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 95,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 95,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5017,
                                                  5040
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 95,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 95,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5005,
                                                5040
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 95,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 95,
                                                  "column": 51
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5001,
                                            5041
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "source",
                                                "range": [
                                                  5058,
                                                  5064
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "scheduler",
                                                    "range": [
                                                      5067,
                                                      5076
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "createColdObservable",
                                                    "range": [
                                                      5077,
                                                      5097
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5067,
                                                    5097
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 55
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "--a---b--|",
                                                    "raw": "'--a---b--|'",
                                                    "range": [
                                                      5098,
                                                      5110
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 68
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            5114,
                                                            5115
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 73
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "A",
                                                          "raw": "'A'",
                                                          "range": [
                                                            5117,
                                                            5120
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 75
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 78
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          5114,
                                                          5120
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 72
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 78
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            5122,
                                                            5123
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 80
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 81
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "B",
                                                          "raw": "'B'",
                                                          "range": [
                                                            5125,
                                                            5128
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 83
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 86
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          5122,
                                                          5128
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 86
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5112,
                                                      5130
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 88
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5067,
                                                  5131
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 89
                                                  }
                                                }
                                              },
                                              "range": [
                                                5058,
                                                5131
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 89
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5054,
                                            5132
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 90
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        5145,
                                                        5151
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        5152,
                                                        5158
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5145,
                                                      5158
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "BinaryExpression",
                                                      "operator": "instanceof",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "name": "source",
                                                        "range": [
                                                          5159,
                                                          5165
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "right": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "Rx",
                                                          "range": [
                                                            5177,
                                                            5179
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 46
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "Observable",
                                                          "range": [
                                                            5180,
                                                            5190
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 57
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5177,
                                                          5190
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 57
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5159,
                                                        5190
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 57
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    5145,
                                                    5191
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    5192,
                                                    5194
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 61
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5145,
                                                  5194
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  5195,
                                                  5197
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 64
                                                  }
                                                }
                                              },
                                              "range": [
                                                5145,
                                                5197
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                5198,
                                                5202
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 65
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            "range": [
                                              5145,
                                              5202
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 69
                                              }
                                            }
                                          },
                                          "range": [
                                            5145,
                                            5203
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 70
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "source",
                                                "range": [
                                                  5216,
                                                  5222
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "subscribe",
                                                "range": [
                                                  5223,
                                                  5232
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                5216,
                                                5232
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      5243,
                                                      5244
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 98,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 98,
                                                        "column": 40
                                                      }
                                                    }
                                                  }
                                                ],
                                                "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": [
                                                                    5264,
                                                                    5270
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 99,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 99,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "expect",
                                                                  "range": [
                                                                    5271,
                                                                    5277
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 99,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 99,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  5264,
                                                                  5277
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 99,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 99,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "x",
                                                                  "range": [
                                                                    5278,
                                                                    5279
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 99,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 99,
                                                                      "column": 31
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                5264,
                                                                5280
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 99,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 99,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "to",
                                                              "range": [
                                                                5281,
                                                                5283
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 99,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 99,
                                                                  "column": 35
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              5264,
                                                              5283
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 99,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 99,
                                                                "column": 35
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "equal",
                                                            "range": [
                                                              5284,
                                                              5289
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 99,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 99,
                                                                "column": 41
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5264,
                                                            5289
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 99,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 99,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "expected",
                                                                "range": [
                                                                  5290,
                                                                  5298
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 99,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 99,
                                                                    "column": 50
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "shift",
                                                                "range": [
                                                                  5299,
                                                                  5304
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 99,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 99,
                                                                    "column": 56
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5290,
                                                                5304
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 99,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 99,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "arguments": [],
                                                            "range": [
                                                              5290,
                                                              5306
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 99,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 99,
                                                                "column": 58
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          5264,
                                                          5307
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 99,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 99,
                                                            "column": 59
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5264,
                                                        5308
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 99,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 99,
                                                          "column": 60
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    5246,
                                                    5322
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 98,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  5233,
                                                  5322
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5216,
                                              5323
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            5216,
                                            5324
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "scheduler",
                                                "range": [
                                                  5337,
                                                  5346
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "flush",
                                                "range": [
                                                  5347,
                                                  5352
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "range": [
                                                5337,
                                                5352
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              5337,
                                              5354
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            5337,
                                            5355
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 101,
                                              "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": [
                                                        5368,
                                                        5374
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        5375,
                                                        5381
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5368,
                                                      5381
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 102,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "expected",
                                                        "range": [
                                                          5382,
                                                          5390
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "length",
                                                        "range": [
                                                          5391,
                                                          5397
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5382,
                                                        5397
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 102,
                                                          "column": 41
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    5368,
                                                    5398
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    5399,
                                                    5401
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5368,
                                                  5401
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  5402,
                                                  5407
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5368,
                                                5407
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  5408,
                                                  5409
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 53
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5368,
                                              5410
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 54
                                              }
                                            }
                                          },
                                          "range": [
                                            5368,
                                            5411
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 55
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        4948,
                                        5421
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      4936,
                                      5421
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4898,
                                  5422
                                ],
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2377,
                                "_esdocTestName": "it2377"
                              },
                              "range": [
                                4898,
                                5423
                              ],
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 8
                                },
                                "end": {
                                  "line": 103,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            4888,
                            5429
                          ],
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 51
                            },
                            "end": {
                              "line": 104,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4876,
                          5429
                        ],
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 39
                          },
                          "end": {
                            "line": 104,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      4841,
                      5430
                    ],
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 4
                      },
                      "end": {
                        "line": 104,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2376,
                    "_esdocTestName": "describe2376"
                  },
                  "range": [
                    4841,
                    5431
                  ],
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 4
                    },
                    "end": {
                      "line": 104,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        5436,
                        5444
                      ],
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 4
                        },
                        "end": {
                          "line": 105,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "createHotObservable()",
                        "raw": "'createHotObservable()'",
                        "range": [
                          5445,
                          5468
                        ],
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 13
                          },
                          "end": {
                            "line": 105,
                            "column": 36
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    5492,
                                    5494
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should create a cold observable",
                                    "raw": "'should create a cold observable'",
                                    "range": [
                                      5495,
                                      5528
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 44
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "expected",
                                                "range": [
                                                  5560,
                                                  5568
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "A",
                                                    "raw": "'A'",
                                                    "range": [
                                                      5572,
                                                      5575
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 107,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": "B",
                                                    "raw": "'B'",
                                                    "range": [
                                                      5577,
                                                      5580
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 107,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 36
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5571,
                                                  5581
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                5560,
                                                5581
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 37
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5556,
                                            5582
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 38
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "scheduler",
                                                "range": [
                                                  5599,
                                                  5608
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "TestScheduler",
                                                  "range": [
                                                    5615,
                                                    5628
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": null,
                                                    "raw": "null",
                                                    "range": [
                                                      5629,
                                                      5633
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5611,
                                                  5634
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5599,
                                                5634
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 51
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5595,
                                            5635
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 52
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "source",
                                                "range": [
                                                  5652,
                                                  5658
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "scheduler",
                                                    "range": [
                                                      5661,
                                                      5670
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "createHotObservable",
                                                    "range": [
                                                      5671,
                                                      5690
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 54
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5661,
                                                    5690
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "--a---b--|",
                                                    "raw": "'--a---b--|'",
                                                    "range": [
                                                      5691,
                                                      5703
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 67
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ObjectExpression",
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "a",
                                                          "range": [
                                                            5707,
                                                            5708
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 71
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 72
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "A",
                                                          "raw": "'A'",
                                                          "range": [
                                                            5710,
                                                            5713
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 74
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 77
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          5707,
                                                          5713
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 71
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 77
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "key": {
                                                          "type": "Identifier",
                                                          "name": "b",
                                                          "range": [
                                                            5715,
                                                            5716
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 79
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 80
                                                            }
                                                          }
                                                        },
                                                        "value": {
                                                          "type": "Literal",
                                                          "value": "B",
                                                          "raw": "'B'",
                                                          "range": [
                                                            5718,
                                                            5721
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 109,
                                                              "column": 82
                                                            },
                                                            "end": {
                                                              "line": 109,
                                                              "column": 85
                                                            }
                                                          }
                                                        },
                                                        "kind": "init",
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "range": [
                                                          5715,
                                                          5721
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 79
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 85
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5705,
                                                      5723
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 69
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 87
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5661,
                                                  5724
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 88
                                                  }
                                                }
                                              },
                                              "range": [
                                                5652,
                                                5724
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 88
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "var",
                                          "range": [
                                            5648,
                                            5725
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 89
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "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": [
                                                            5738,
                                                            5744
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            5745,
                                                            5751
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          5738,
                                                          5751
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "source",
                                                          "range": [
                                                            5752,
                                                            5758
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 32
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        5738,
                                                        5759
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        5760,
                                                        5762
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 36
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5738,
                                                      5762
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "be",
                                                    "range": [
                                                      5763,
                                                      5765
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5738,
                                                    5765
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "an",
                                                  "range": [
                                                    5766,
                                                    5768
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5738,
                                                  5768
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "instanceof",
                                                "range": [
                                                  5769,
                                                  5779
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 53
                                                  }
                                                }
                                              },
                                              "range": [
                                                5738,
                                                5779
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 53
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Rx",
                                                  "range": [
                                                    5780,
                                                    5782
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Subject",
                                                  "range": [
                                                    5783,
                                                    5790
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 64
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5780,
                                                  5790
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 54
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 64
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5738,
                                              5791
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 65
                                              }
                                            }
                                          },
                                          "range": [
                                            5738,
                                            5792
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 66
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "source",
                                                "range": [
                                                  5805,
                                                  5811
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 111,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 111,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "subscribe",
                                                "range": [
                                                  5812,
                                                  5821
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 111,
                                                    "column": 19
                                                  },
                                                  "end": {
                                                    "line": 111,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                5805,
                                                5821
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      5832,
                                                      5833
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 111,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 111,
                                                        "column": 40
                                                      }
                                                    }
                                                  }
                                                ],
                                                "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": [
                                                                    5853,
                                                                    5859
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 112,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 112,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "expect",
                                                                  "range": [
                                                                    5860,
                                                                    5866
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 112,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 112,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  5853,
                                                                  5866
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 112,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 112,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "name": "x",
                                                                  "range": [
                                                                    5867,
                                                                    5868
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 112,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 112,
                                                                      "column": 31
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                5853,
                                                                5869
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 112,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 112,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "to",
                                                              "range": [
                                                                5870,
                                                                5872
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 112,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 112,
                                                                  "column": 35
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              5853,
                                                              5872
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 112,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 112,
                                                                "column": 35
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "equal",
                                                            "range": [
                                                              5873,
                                                              5878
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 112,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 112,
                                                                "column": 41
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5853,
                                                            5878
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 112,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 112,
                                                              "column": 41
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "expected",
                                                                "range": [
                                                                  5879,
                                                                  5887
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 112,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 112,
                                                                    "column": 50
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "shift",
                                                                "range": [
                                                                  5888,
                                                                  5893
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 112,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 112,
                                                                    "column": 56
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                5879,
                                                                5893
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 112,
                                                                  "column": 42
                                                                },
                                                                "end": {
                                                                  "line": 112,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "arguments": [],
                                                            "range": [
                                                              5879,
                                                              5895
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 112,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 112,
                                                                "column": 58
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          5853,
                                                          5896
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 112,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 112,
                                                            "column": 59
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5853,
                                                        5897
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 60
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    5835,
                                                    5911
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 111,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  5822,
                                                  5911
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 111,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5805,
                                              5912
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 111,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            5805,
                                            5913
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 111,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "scheduler",
                                                "range": [
                                                  5926,
                                                  5935
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "flush",
                                                "range": [
                                                  5936,
                                                  5941
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "range": [
                                                5926,
                                                5941
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              5926,
                                              5943
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            5926,
                                            5944
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 114,
                                              "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": [
                                                        5957,
                                                        5963
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 115,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 115,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        5964,
                                                        5970
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 115,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 115,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5957,
                                                      5970
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "expected",
                                                        "range": [
                                                          5971,
                                                          5979
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 115,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 115,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "length",
                                                        "range": [
                                                          5980,
                                                          5986
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 115,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 115,
                                                            "column": 41
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5971,
                                                        5986
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 115,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 115,
                                                          "column": 41
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    5957,
                                                    5987
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    5988,
                                                    5990
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  5957,
                                                  5990
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  5991,
                                                  5996
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5957,
                                                5996
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  5997,
                                                  5998
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 53
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              5957,
                                              5999
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 54
                                              }
                                            }
                                          },
                                          "range": [
                                            5957,
                                            6000
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 55
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        5542,
                                        6010
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      5530,
                                      6010
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5492,
                                  6011
                                ],
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2379,
                                "_esdocTestName": "it2379"
                              },
                              "range": [
                                5492,
                                6012
                              ],
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 8
                                },
                                "end": {
                                  "line": 116,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            5482,
                            6018
                          ],
                          "loc": {
                            "start": {
                              "line": 105,
                              "column": 50
                            },
                            "end": {
                              "line": 117,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          5470,
                          6018
                        ],
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 38
                          },
                          "end": {
                            "line": 117,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      5436,
                      6019
                    ],
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 4
                      },
                      "end": {
                        "line": 117,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2378,
                    "_esdocTestName": "describe2378"
                  },
                  "range": [
                    5436,
                    6020
                  ],
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 4
                    },
                    "end": {
                      "line": 117,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        6025,
                        6033
                      ],
                      "loc": {
                        "start": {
                          "line": 118,
                          "column": 4
                        },
                        "end": {
                          "line": 118,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "jasmine helpers",
                        "raw": "'jasmine helpers'",
                        "range": [
                          6034,
                          6051
                        ],
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 13
                          },
                          "end": {
                            "line": 118,
                            "column": 30
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    6075,
                                    6083
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "rxTestScheduler",
                                    "raw": "'rxTestScheduler'",
                                    "range": [
                                      6084,
                                      6101
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 34
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                6129,
                                                6131
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should exist",
                                                "raw": "'should exist'",
                                                "range": [
                                                  6132,
                                                  6146
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              {
                                                "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": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "CallExpression",
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "chai_1",
                                                                      "range": [
                                                                        6178,
                                                                        6184
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 121,
                                                                          "column": 16
                                                                        },
                                                                        "end": {
                                                                          "line": 121,
                                                                          "column": 22
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "expect",
                                                                      "range": [
                                                                        6185,
                                                                        6191
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 121,
                                                                          "column": 23
                                                                        },
                                                                        "end": {
                                                                          "line": 121,
                                                                          "column": 29
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      6178,
                                                                      6191
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 121,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 121,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "name": "rxTestScheduler",
                                                                      "range": [
                                                                        6192,
                                                                        6207
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 121,
                                                                          "column": 30
                                                                        },
                                                                        "end": {
                                                                          "line": 121,
                                                                          "column": 45
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    6178,
                                                                    6208
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 46
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "to",
                                                                  "range": [
                                                                    6209,
                                                                    6211
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 121,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 121,
                                                                      "column": 49
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  6178,
                                                                  6211
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 49
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "be",
                                                                "range": [
                                                                  6212,
                                                                  6214
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 121,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 121,
                                                                    "column": 52
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                6178,
                                                                6214
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 52
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "an",
                                                              "range": [
                                                                6215,
                                                                6217
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 121,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 121,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              6178,
                                                              6217
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 55
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "instanceof",
                                                            "range": [
                                                              6218,
                                                              6228
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6178,
                                                            6228
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 121,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 121,
                                                              "column": 66
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "TestScheduler",
                                                            "range": [
                                                              6229,
                                                              6242
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 121,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 121,
                                                                "column": 80
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          6178,
                                                          6243
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 121,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 121,
                                                            "column": 81
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6178,
                                                        6244
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 82
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    6160,
                                                    6258
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  6148,
                                                  6258
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6129,
                                              6259
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2382,
                                            "_esdocTestName": "it2382"
                                          },
                                          "range": [
                                            6129,
                                            6260
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        6115,
                                        6270
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      6103,
                                      6270
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6075,
                                  6271
                                ],
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2381,
                                "_esdocTestName": "describe2381"
                              },
                              "range": [
                                6075,
                                6272
                              ],
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 8
                                },
                                "end": {
                                  "line": 123,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    6281,
                                    6289
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "cold()",
                                    "raw": "'cold()'",
                                    "range": [
                                      6290,
                                      6298
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                6326,
                                                6328
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should exist",
                                                "raw": "'should exist'",
                                                "range": [
                                                  6329,
                                                  6343
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "chai_1",
                                                                "range": [
                                                                  6375,
                                                                  6381
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 126,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 126,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "expect",
                                                                "range": [
                                                                  6382,
                                                                  6388
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 126,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 126,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                6375,
                                                                6388
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 126,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 126,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "cold",
                                                                "range": [
                                                                  6389,
                                                                  6393
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 126,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 126,
                                                                    "column": 34
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6375,
                                                              6394
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 126,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 126,
                                                                "column": 35
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "to",
                                                            "range": [
                                                              6395,
                                                              6397
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 126,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 126,
                                                                "column": 38
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6375,
                                                            6397
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 126,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 126,
                                                              "column": 38
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "exist",
                                                          "range": [
                                                            6398,
                                                            6403
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 126,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 126,
                                                              "column": 44
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          6375,
                                                          6403
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 126,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 126,
                                                            "column": 44
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6375,
                                                        6404
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 126,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 126,
                                                          "column": 45
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                      6421,
                                                                      6427
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 127,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 127,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      6428,
                                                                      6434
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 127,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 127,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    6421,
                                                                    6434
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 127,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 127,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "name": "cold",
                                                                    "range": [
                                                                      6435,
                                                                      6439
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 127,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 127,
                                                                        "column": 34
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  6421,
                                                                  6440
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 127,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 127,
                                                                    "column": 35
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  6441,
                                                                  6443
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 127,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 127,
                                                                    "column": 38
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                6421,
                                                                6443
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 127,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 127,
                                                                  "column": 38
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                6444,
                                                                6446
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 127,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 127,
                                                                  "column": 41
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              6421,
                                                              6446
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 127,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 127,
                                                                "column": 41
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              6447,
                                                              6448
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 127,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 127,
                                                                "column": 43
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6421,
                                                            6448
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 127,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 127,
                                                              "column": 43
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              6449,
                                                              6459
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 127,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 127,
                                                                "column": 54
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          6421,
                                                          6460
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 127,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 127,
                                                            "column": 55
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6421,
                                                        6461
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 127,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 127,
                                                          "column": 56
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    6357,
                                                    6475
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 128,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  6345,
                                                  6475
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6326,
                                              6476
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2384,
                                            "_esdocTestName": "it2384"
                                          },
                                          "range": [
                                            6326,
                                            6477
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                6490,
                                                6492
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 129,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 129,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should create a cold observable",
                                                "raw": "'should create a cold observable'",
                                                "range": [
                                                  6493,
                                                  6526
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 129,
                                                    "column": 48
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "expected",
                                                            "range": [
                                                              6562,
                                                              6570
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 130,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 130,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "ArrayExpression",
                                                            "elements": [
                                                              {
                                                                "type": "Literal",
                                                                "value": 1,
                                                                "raw": "1",
                                                                "range": [
                                                                  6574,
                                                                  6575
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 130,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 130,
                                                                    "column": 33
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Literal",
                                                                "value": 2,
                                                                "raw": "2",
                                                                "range": [
                                                                  6577,
                                                                  6578
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 130,
                                                                    "column": 35
                                                                  },
                                                                  "end": {
                                                                    "line": 130,
                                                                    "column": 36
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6573,
                                                              6579
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 130,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 130,
                                                                "column": 37
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6562,
                                                            6579
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 130,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 130,
                                                              "column": 37
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        6558,
                                                        6580
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 130,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 130,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "source",
                                                            "range": [
                                                              6601,
                                                              6607
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 26
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                6610,
                                                                6614
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 131,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 131,
                                                                  "column": 33
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "-a-b-|",
                                                                "raw": "'-a-b-|'",
                                                                "range": [
                                                                  6615,
                                                                  6623
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 42
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "properties": [
                                                                  {
                                                                    "type": "Property",
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "name": "a",
                                                                      "range": [
                                                                        6627,
                                                                        6628
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 131,
                                                                          "column": 46
                                                                        },
                                                                        "end": {
                                                                          "line": 131,
                                                                          "column": 47
                                                                        }
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "type": "Literal",
                                                                      "value": 1,
                                                                      "raw": "1",
                                                                      "range": [
                                                                        6630,
                                                                        6631
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 131,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 131,
                                                                          "column": 50
                                                                        }
                                                                      }
                                                                    },
                                                                    "kind": "init",
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "range": [
                                                                      6627,
                                                                      6631
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 131,
                                                                        "column": 46
                                                                      },
                                                                      "end": {
                                                                        "line": 131,
                                                                        "column": 50
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "Property",
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "name": "b",
                                                                      "range": [
                                                                        6633,
                                                                        6634
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 131,
                                                                          "column": 52
                                                                        },
                                                                        "end": {
                                                                          "line": 131,
                                                                          "column": 53
                                                                        }
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "type": "Literal",
                                                                      "value": 2,
                                                                      "raw": "2",
                                                                      "range": [
                                                                        6636,
                                                                        6637
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 131,
                                                                          "column": 55
                                                                        },
                                                                        "end": {
                                                                          "line": 131,
                                                                          "column": 56
                                                                        }
                                                                      }
                                                                    },
                                                                    "kind": "init",
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "range": [
                                                                      6633,
                                                                      6637
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 131,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 131,
                                                                        "column": 56
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  6625,
                                                                  6639
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 131,
                                                                    "column": 44
                                                                  },
                                                                  "end": {
                                                                    "line": 131,
                                                                    "column": 58
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6610,
                                                              6640
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 131,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 131,
                                                                "column": 59
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6601,
                                                            6640
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 131,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 131,
                                                              "column": 59
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        6597,
                                                        6641
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 131,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 131,
                                                          "column": 60
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "source",
                                                            "range": [
                                                              6658,
                                                              6664
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 22
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "subscribe",
                                                            "range": [
                                                              6665,
                                                              6674
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 132,
                                                                "column": 32
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6658,
                                                            6674
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 132,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 132,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "FunctionExpression",
                                                            "id": null,
                                                            "params": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "x",
                                                                "range": [
                                                                  6685,
                                                                  6686
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 132,
                                                                    "column": 43
                                                                  },
                                                                  "end": {
                                                                    "line": 132,
                                                                    "column": 44
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "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": [
                                                                                6710,
                                                                                6716
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 133,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 133,
                                                                                  "column": 26
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "expect",
                                                                              "range": [
                                                                                6717,
                                                                                6723
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 133,
                                                                                  "column": 27
                                                                                },
                                                                                "end": {
                                                                                  "line": 133,
                                                                                  "column": 33
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              6710,
                                                                              6723
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 133,
                                                                                "column": 20
                                                                              },
                                                                              "end": {
                                                                                "line": 133,
                                                                                "column": 33
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "name": "x",
                                                                              "range": [
                                                                                6724,
                                                                                6725
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 133,
                                                                                  "column": 34
                                                                                },
                                                                                "end": {
                                                                                  "line": 133,
                                                                                  "column": 35
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            6710,
                                                                            6726
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 133,
                                                                              "column": 20
                                                                            },
                                                                            "end": {
                                                                              "line": 133,
                                                                              "column": 36
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "to",
                                                                          "range": [
                                                                            6727,
                                                                            6729
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 133,
                                                                              "column": 37
                                                                            },
                                                                            "end": {
                                                                              "line": 133,
                                                                              "column": 39
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          6710,
                                                                          6729
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 133,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 133,
                                                                            "column": 39
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "equal",
                                                                        "range": [
                                                                          6730,
                                                                          6735
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 133,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 133,
                                                                            "column": 45
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        6710,
                                                                        6735
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 133,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 133,
                                                                          "column": 45
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "CallExpression",
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "expected",
                                                                            "range": [
                                                                              6736,
                                                                              6744
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 133,
                                                                                "column": 46
                                                                              },
                                                                              "end": {
                                                                                "line": 133,
                                                                                "column": 54
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "shift",
                                                                            "range": [
                                                                              6745,
                                                                              6750
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 133,
                                                                                "column": 55
                                                                              },
                                                                              "end": {
                                                                                "line": 133,
                                                                                "column": 60
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            6736,
                                                                            6750
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 133,
                                                                              "column": 46
                                                                            },
                                                                            "end": {
                                                                              "line": 133,
                                                                              "column": 60
                                                                            }
                                                                          }
                                                                        },
                                                                        "arguments": [],
                                                                        "range": [
                                                                          6736,
                                                                          6752
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 133,
                                                                            "column": 46
                                                                          },
                                                                          "end": {
                                                                            "line": 133,
                                                                            "column": 62
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      6710,
                                                                      6753
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 133,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 133,
                                                                        "column": 63
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    6710,
                                                                    6754
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 133,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 133,
                                                                      "column": 64
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                6688,
                                                                6772
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 132,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 134,
                                                                  "column": 17
                                                                }
                                                              }
                                                            },
                                                            "generator": false,
                                                            "expression": false,
                                                            "range": [
                                                              6675,
                                                              6772
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 132,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 17
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": null,
                                                            "raw": "null",
                                                            "range": [
                                                              6774,
                                                              6778
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 23
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "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": [
                                                                                6814,
                                                                                6820
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 135,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 135,
                                                                                  "column": 26
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "expect",
                                                                              "range": [
                                                                                6821,
                                                                                6827
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 135,
                                                                                  "column": 27
                                                                                },
                                                                                "end": {
                                                                                  "line": 135,
                                                                                  "column": 33
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              6814,
                                                                              6827
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 135,
                                                                                "column": 20
                                                                              },
                                                                              "end": {
                                                                                "line": 135,
                                                                                "column": 33
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "expected",
                                                                                "range": [
                                                                                  6828,
                                                                                  6836
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 135,
                                                                                    "column": 34
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 135,
                                                                                    "column": 42
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "length",
                                                                                "range": [
                                                                                  6837,
                                                                                  6843
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 135,
                                                                                    "column": 43
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 135,
                                                                                    "column": 49
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                6828,
                                                                                6843
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 135,
                                                                                  "column": 34
                                                                                },
                                                                                "end": {
                                                                                  "line": 135,
                                                                                  "column": 49
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            6814,
                                                                            6844
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 135,
                                                                              "column": 20
                                                                            },
                                                                            "end": {
                                                                              "line": 135,
                                                                              "column": 50
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "to",
                                                                          "range": [
                                                                            6845,
                                                                            6847
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 135,
                                                                              "column": 51
                                                                            },
                                                                            "end": {
                                                                              "line": 135,
                                                                              "column": 53
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          6814,
                                                                          6847
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 53
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "equal",
                                                                        "range": [
                                                                          6848,
                                                                          6853
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 54
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 59
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        6814,
                                                                        6853
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 59
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "value": 0,
                                                                        "raw": "0",
                                                                        "range": [
                                                                          6854,
                                                                          6855
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 61
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      6814,
                                                                      6856
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 62
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    6814,
                                                                    6857
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 63
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                6792,
                                                                6875
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 134,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 136,
                                                                  "column": 17
                                                                }
                                                              }
                                                            },
                                                            "generator": false,
                                                            "expression": false,
                                                            "range": [
                                                              6780,
                                                              6875
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 136,
                                                                "column": 17
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          6658,
                                                          6876
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 132,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 136,
                                                            "column": 18
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6658,
                                                        6877
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 132,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 136,
                                                          "column": 19
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                6894,
                                                                6910
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 137,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 137,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "source",
                                                                "range": [
                                                                  6911,
                                                                  6917
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 137,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 137,
                                                                    "column": 39
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6894,
                                                              6918
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 137,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 137,
                                                                "column": 40
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              6919,
                                                              6923
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 137,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 137,
                                                                "column": 45
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            6894,
                                                            6923
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 137,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 137,
                                                              "column": 45
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "-a-b-|",
                                                            "raw": "'-a-b-|'",
                                                            "range": [
                                                              6924,
                                                              6932
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 137,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 137,
                                                                "column": 54
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "a",
                                                                  "range": [
                                                                    6936,
                                                                    6937
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 137,
                                                                      "column": 58
                                                                    },
                                                                    "end": {
                                                                      "line": 137,
                                                                      "column": 59
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Literal",
                                                                  "value": 1,
                                                                  "raw": "1",
                                                                  "range": [
                                                                    6939,
                                                                    6940
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 137,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 137,
                                                                      "column": 62
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  6936,
                                                                  6940
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 137,
                                                                    "column": 58
                                                                  },
                                                                  "end": {
                                                                    "line": 137,
                                                                    "column": 62
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "b",
                                                                  "range": [
                                                                    6942,
                                                                    6943
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 137,
                                                                      "column": 64
                                                                    },
                                                                    "end": {
                                                                      "line": 137,
                                                                      "column": 65
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    6945,
                                                                    6946
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 137,
                                                                      "column": 67
                                                                    },
                                                                    "end": {
                                                                      "line": 137,
                                                                      "column": 68
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  6942,
                                                                  6946
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 137,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 137,
                                                                    "column": 68
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              6934,
                                                              6948
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 137,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 137,
                                                                "column": 70
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          6894,
                                                          6949
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 137,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 137,
                                                            "column": 71
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        6894,
                                                        6950
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 137,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 137,
                                                          "column": 72
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    6540,
                                                    6964
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 129,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  6528,
                                                  6964
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 129,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              6490,
                                              6965
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2385,
                                            "_esdocTestName": "it2385"
                                          },
                                          "range": [
                                            6490,
                                            6966
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        6312,
                                        6976
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 139,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      6300,
                                      6976
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6281,
                                  6977
                                ],
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2383,
                                "_esdocTestName": "describe2383"
                              },
                              "range": [
                                6281,
                                6978
                              ],
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 8
                                },
                                "end": {
                                  "line": 139,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    6987,
                                    6995
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "hot()",
                                    "raw": "'hot()'",
                                    "range": [
                                      6996,
                                      7003
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 24
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                7031,
                                                7033
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 141,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 141,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should exist",
                                                "raw": "'should exist'",
                                                "range": [
                                                  7034,
                                                  7048
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 141,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "chai_1",
                                                                "range": [
                                                                  7080,
                                                                  7086
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "expect",
                                                                "range": [
                                                                  7087,
                                                                  7093
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                7080,
                                                                7093
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 142,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 142,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "hot",
                                                                "range": [
                                                                  7094,
                                                                  7097
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 142,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 142,
                                                                    "column": 33
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7080,
                                                              7098
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 142,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 142,
                                                                "column": 34
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "to",
                                                            "range": [
                                                              7099,
                                                              7101
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 142,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 142,
                                                                "column": 37
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7080,
                                                            7101
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 142,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 142,
                                                              "column": 37
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "exist",
                                                          "range": [
                                                            7102,
                                                            7107
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 142,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 142,
                                                              "column": 43
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          7080,
                                                          7107
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 142,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 43
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7080,
                                                        7108
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 142,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 142,
                                                          "column": 44
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                      7125,
                                                                      7131
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 143,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 143,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      7132,
                                                                      7138
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 143,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 143,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    7125,
                                                                    7138
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 143,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 143,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "name": "hot",
                                                                    "range": [
                                                                      7139,
                                                                      7142
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 143,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 143,
                                                                        "column": 33
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  7125,
                                                                  7143
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 143,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 143,
                                                                    "column": 34
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  7144,
                                                                  7146
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 143,
                                                                    "column": 35
                                                                  },
                                                                  "end": {
                                                                    "line": 143,
                                                                    "column": 37
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                7125,
                                                                7146
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 143,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 143,
                                                                  "column": 37
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                7147,
                                                                7149
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 143,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 143,
                                                                  "column": 40
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              7125,
                                                              7149
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 143,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 143,
                                                                "column": 40
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              7150,
                                                              7151
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 143,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 143,
                                                                "column": 42
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7125,
                                                            7151
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 143,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 143,
                                                              "column": 42
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              7152,
                                                              7162
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 143,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 143,
                                                                "column": 53
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7125,
                                                          7163
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 143,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 143,
                                                            "column": 54
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7125,
                                                        7164
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 143,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 143,
                                                          "column": 55
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7062,
                                                    7178
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 141,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 144,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  7050,
                                                  7178
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 141,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 144,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7031,
                                              7179
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2387,
                                            "_esdocTestName": "it2387"
                                          },
                                          "range": [
                                            7031,
                                            7180
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                7193,
                                                7195
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 145,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 145,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should create a hot observable",
                                                "raw": "'should create a hot observable'",
                                                "range": [
                                                  7196,
                                                  7228
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 145,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 145,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "source",
                                                            "range": [
                                                              7264,
                                                              7270
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 146,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 146,
                                                                "column": 26
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "hot",
                                                              "range": [
                                                                7273,
                                                                7276
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 146,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 146,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "---^-a-b-|",
                                                                "raw": "'---^-a-b-|'",
                                                                "range": [
                                                                  7277,
                                                                  7289
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 146,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 146,
                                                                    "column": 45
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "properties": [
                                                                  {
                                                                    "type": "Property",
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "name": "a",
                                                                      "range": [
                                                                        7293,
                                                                        7294
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 146,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 146,
                                                                          "column": 50
                                                                        }
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "type": "Literal",
                                                                      "value": 1,
                                                                      "raw": "1",
                                                                      "range": [
                                                                        7296,
                                                                        7297
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 146,
                                                                          "column": 52
                                                                        },
                                                                        "end": {
                                                                          "line": 146,
                                                                          "column": 53
                                                                        }
                                                                      }
                                                                    },
                                                                    "kind": "init",
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "range": [
                                                                      7293,
                                                                      7297
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 146,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 146,
                                                                        "column": 53
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "Property",
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "name": "b",
                                                                      "range": [
                                                                        7299,
                                                                        7300
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 146,
                                                                          "column": 55
                                                                        },
                                                                        "end": {
                                                                          "line": 146,
                                                                          "column": 56
                                                                        }
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "type": "Literal",
                                                                      "value": 2,
                                                                      "raw": "2",
                                                                      "range": [
                                                                        7302,
                                                                        7303
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 146,
                                                                          "column": 58
                                                                        },
                                                                        "end": {
                                                                          "line": 146,
                                                                          "column": 59
                                                                        }
                                                                      }
                                                                    },
                                                                    "kind": "init",
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "range": [
                                                                      7299,
                                                                      7303
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 146,
                                                                        "column": 55
                                                                      },
                                                                      "end": {
                                                                        "line": 146,
                                                                        "column": 59
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  7291,
                                                                  7305
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 146,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 146,
                                                                    "column": 61
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7273,
                                                              7306
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 146,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 146,
                                                                "column": 62
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7264,
                                                            7306
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 146,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 146,
                                                              "column": 62
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        7260,
                                                        7307
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 146,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 146,
                                                          "column": 63
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                    7324,
                                                                    7330
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 147,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 147,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "expect",
                                                                  "range": [
                                                                    7331,
                                                                    7337
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 147,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 147,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  7324,
                                                                  7337
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 147,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 147,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "BinaryExpression",
                                                                  "operator": "instanceof",
                                                                  "left": {
                                                                    "type": "Identifier",
                                                                    "name": "source",
                                                                    "range": [
                                                                      7338,
                                                                      7344
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 147,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 147,
                                                                        "column": 36
                                                                      }
                                                                    }
                                                                  },
                                                                  "right": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "Rx",
                                                                      "range": [
                                                                        7356,
                                                                        7358
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 147,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 147,
                                                                          "column": 50
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "Subject",
                                                                      "range": [
                                                                        7359,
                                                                        7366
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 147,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 147,
                                                                          "column": 58
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      7356,
                                                                      7366
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 147,
                                                                        "column": 48
                                                                      },
                                                                      "end": {
                                                                        "line": 147,
                                                                        "column": 58
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    7338,
                                                                    7366
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 147,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 147,
                                                                      "column": 58
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                7324,
                                                                7367
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 147,
                                                                  "column": 59
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "to",
                                                              "range": [
                                                                7368,
                                                                7370
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 147,
                                                                  "column": 62
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              7324,
                                                              7370
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 147,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 147,
                                                                "column": 62
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "be",
                                                            "range": [
                                                              7371,
                                                              7373
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 147,
                                                                "column": 63
                                                              },
                                                              "end": {
                                                                "line": 147,
                                                                "column": 65
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7324,
                                                            7373
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 147,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 147,
                                                              "column": 65
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "true",
                                                          "range": [
                                                            7374,
                                                            7378
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 147,
                                                              "column": 66
                                                            },
                                                            "end": {
                                                              "line": 147,
                                                              "column": 70
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          7324,
                                                          7378
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 147,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 147,
                                                            "column": 70
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7324,
                                                        7379
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 147,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 147,
                                                          "column": 71
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                7396,
                                                                7412
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 148,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 148,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "source",
                                                                "range": [
                                                                  7413,
                                                                  7419
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 148,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 148,
                                                                    "column": 39
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7396,
                                                              7420
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 40
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              7421,
                                                              7425
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 41
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 45
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7396,
                                                            7425
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 148,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 148,
                                                              "column": 45
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "--a-b-|",
                                                            "raw": "'--a-b-|'",
                                                            "range": [
                                                              7426,
                                                              7435
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 55
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "a",
                                                                  "range": [
                                                                    7439,
                                                                    7440
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 59
                                                                    },
                                                                    "end": {
                                                                      "line": 148,
                                                                      "column": 60
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Literal",
                                                                  "value": 1,
                                                                  "raw": "1",
                                                                  "range": [
                                                                    7442,
                                                                    7443
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 62
                                                                    },
                                                                    "end": {
                                                                      "line": 148,
                                                                      "column": 63
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  7439,
                                                                  7443
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 148,
                                                                    "column": 59
                                                                  },
                                                                  "end": {
                                                                    "line": 148,
                                                                    "column": 63
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "b",
                                                                  "range": [
                                                                    7445,
                                                                    7446
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 65
                                                                    },
                                                                    "end": {
                                                                      "line": 148,
                                                                      "column": 66
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    7448,
                                                                    7449
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 68
                                                                    },
                                                                    "end": {
                                                                      "line": 148,
                                                                      "column": 69
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  7445,
                                                                  7449
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 148,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 148,
                                                                    "column": 69
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7437,
                                                              7451
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 148,
                                                                "column": 71
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7396,
                                                          7452
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 148,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 148,
                                                            "column": 72
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7396,
                                                        7453
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 148,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 148,
                                                          "column": 73
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7242,
                                                    7467
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 149,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  7230,
                                                  7467
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 145,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 149,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7193,
                                              7468
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 145,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 149,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2388,
                                            "_esdocTestName": "it2388"
                                          },
                                          "range": [
                                            7193,
                                            7469
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 149,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        7017,
                                        7479
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 140,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      7005,
                                      7479
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  6987,
                                  7480
                                ],
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2386,
                                "_esdocTestName": "describe2386"
                              },
                              "range": [
                                6987,
                                7481
                              ],
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 8
                                },
                                "end": {
                                  "line": 150,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    7490,
                                    7498
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "time()",
                                    "raw": "'time()'",
                                    "range": [
                                      7499,
                                      7507
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                7535,
                                                7537
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should exist",
                                                "raw": "'should exist'",
                                                "range": [
                                                  7538,
                                                  7552
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "chai_1",
                                                                "range": [
                                                                  7584,
                                                                  7590
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "expect",
                                                                "range": [
                                                                  7591,
                                                                  7597
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                7584,
                                                                7597
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 153,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 153,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "time",
                                                                "range": [
                                                                  7598,
                                                                  7602
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 153,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 153,
                                                                    "column": 34
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7584,
                                                              7603
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 35
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "to",
                                                            "range": [
                                                              7604,
                                                              7606
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 153,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 153,
                                                                "column": 38
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7584,
                                                            7606
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 153,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 153,
                                                              "column": 38
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "exist",
                                                          "range": [
                                                            7607,
                                                            7612
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 153,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 153,
                                                              "column": 44
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          7584,
                                                          7612
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 153,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 153,
                                                            "column": 44
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7584,
                                                        7613
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 153,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 45
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                      7630,
                                                                      7636
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 154,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 154,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      7637,
                                                                      7643
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 154,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 154,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    7630,
                                                                    7643
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 154,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 154,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "name": "time",
                                                                    "range": [
                                                                      7644,
                                                                      7648
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 154,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 154,
                                                                        "column": 34
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  7630,
                                                                  7649
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 35
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  7650,
                                                                  7652
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 154,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 154,
                                                                    "column": 38
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                7630,
                                                                7652
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 38
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                7653,
                                                                7655
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 154,
                                                                  "column": 39
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 41
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              7630,
                                                              7655
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 41
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              7656,
                                                              7657
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 43
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7630,
                                                            7657
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 154,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 154,
                                                              "column": 43
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              7658,
                                                              7668
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 154,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 54
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7630,
                                                          7669
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 154,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 154,
                                                            "column": 55
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7630,
                                                        7670
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 56
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7566,
                                                    7684
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 152,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  7554,
                                                  7684
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7535,
                                              7685
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2390,
                                            "_esdocTestName": "it2390"
                                          },
                                          "range": [
                                            7535,
                                            7686
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                7699,
                                                7701
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 156,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should parse a simple time marble string to a number",
                                                "raw": "'should parse a simple time marble string to a number'",
                                                "range": [
                                                  7702,
                                                  7756
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 156,
                                                    "column": 69
                                                  }
                                                }
                                              },
                                              {
                                                "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": [
                                                                    7788,
                                                                    7794
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "expect",
                                                                  "range": [
                                                                    7795,
                                                                    7801
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  7788,
                                                                  7801
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 157,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 157,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "CallExpression",
                                                                  "callee": {
                                                                    "type": "Identifier",
                                                                    "name": "time",
                                                                    "range": [
                                                                      7802,
                                                                      7806
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 157,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 157,
                                                                        "column": 34
                                                                      }
                                                                    }
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "Literal",
                                                                      "value": "-----|",
                                                                      "raw": "'-----|'",
                                                                      "range": [
                                                                        7807,
                                                                        7815
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 157,
                                                                          "column": 35
                                                                        },
                                                                        "end": {
                                                                          "line": 157,
                                                                          "column": 43
                                                                        }
                                                                      }
                                                                    }
                                                                  ],
                                                                  "range": [
                                                                    7802,
                                                                    7816
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 157,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 157,
                                                                      "column": 44
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                7788,
                                                                7817
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 45
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "to",
                                                              "range": [
                                                                7818,
                                                                7820
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 157,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 157,
                                                                  "column": 48
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              7788,
                                                              7820
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 157,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 157,
                                                                "column": 48
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "equal",
                                                            "range": [
                                                              7821,
                                                              7826
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 157,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 157,
                                                                "column": 54
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7788,
                                                            7826
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 157,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 157,
                                                              "column": 54
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 50,
                                                            "raw": "50",
                                                            "range": [
                                                              7827,
                                                              7829
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 157,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 157,
                                                                "column": 57
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          7788,
                                                          7830
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 157,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 157,
                                                            "column": 58
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7788,
                                                        7831
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 157,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 157,
                                                          "column": 59
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7770,
                                                    7845
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 156,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  7758,
                                                  7845
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 156,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7699,
                                              7846
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 156,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2391,
                                            "_esdocTestName": "it2391"
                                          },
                                          "range": [
                                            7699,
                                            7847
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 156,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        7521,
                                        7857
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      7509,
                                      7857
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7490,
                                  7858
                                ],
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2389,
                                "_esdocTestName": "describe2389"
                              },
                              "range": [
                                7490,
                                7859
                              ],
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 8
                                },
                                "end": {
                                  "line": 159,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    7868,
                                    7876
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "expectObservable()",
                                    "raw": "'expectObservable()'",
                                    "range": [
                                      7877,
                                      7897
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 37
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                7925,
                                                7927
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 161,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 161,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should exist",
                                                "raw": "'should exist'",
                                                "range": [
                                                  7928,
                                                  7942
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 161,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "chai_1",
                                                                "range": [
                                                                  7974,
                                                                  7980
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 162,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 162,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "expect",
                                                                "range": [
                                                                  7981,
                                                                  7987
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 162,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 162,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                7974,
                                                                7987
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 162,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 162,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "expectObservable",
                                                                "range": [
                                                                  7988,
                                                                  8004
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 162,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 162,
                                                                    "column": 46
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              7974,
                                                              8005
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 162,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 162,
                                                                "column": 47
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "to",
                                                            "range": [
                                                              8006,
                                                              8008
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 162,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 162,
                                                                "column": 50
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            7974,
                                                            8008
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 162,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 162,
                                                              "column": 50
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "exist",
                                                          "range": [
                                                            8009,
                                                            8014
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 162,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 162,
                                                              "column": 56
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          7974,
                                                          8014
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 162,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 162,
                                                            "column": 56
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        7974,
                                                        8015
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 162,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 162,
                                                          "column": 57
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                      8032,
                                                                      8038
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 163,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 163,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      8039,
                                                                      8045
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 163,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 163,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    8032,
                                                                    8045
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 163,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 163,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "name": "expectObservable",
                                                                    "range": [
                                                                      8046,
                                                                      8062
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 163,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 163,
                                                                        "column": 46
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  8032,
                                                                  8063
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 163,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 163,
                                                                    "column": 47
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  8064,
                                                                  8066
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 163,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 163,
                                                                    "column": 50
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                8032,
                                                                8066
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 163,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 163,
                                                                  "column": 50
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                8067,
                                                                8069
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 163,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 163,
                                                                  "column": 53
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              8032,
                                                              8069
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 163,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 163,
                                                                "column": 53
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              8070,
                                                              8071
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 163,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 163,
                                                                "column": 55
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8032,
                                                            8071
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 163,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 163,
                                                              "column": 55
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              8072,
                                                              8082
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 163,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 163,
                                                                "column": 66
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8032,
                                                          8083
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 67
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8032,
                                                        8084
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 163,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 163,
                                                          "column": 68
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    7956,
                                                    8098
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 161,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 164,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  7944,
                                                  8098
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 161,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 164,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              7925,
                                              8099
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 161,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2393,
                                            "_esdocTestName": "it2393"
                                          },
                                          "range": [
                                            7925,
                                            8100
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                8113,
                                                8115
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 165,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 165,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should return an object with a toBe function",
                                                "raw": "'should return an object with a toBe function'",
                                                "range": [
                                                  8116,
                                                  8162
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 165,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              {
                                                "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": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "chai_1",
                                                                    "range": [
                                                                      8194,
                                                                      8200
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 166,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 166,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      8201,
                                                                      8207
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 166,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 166,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    8194,
                                                                    8207
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 166,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 166,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "CallExpression",
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "name": "expectObservable",
                                                                        "range": [
                                                                          8208,
                                                                          8224
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 166,
                                                                            "column": 30
                                                                          },
                                                                          "end": {
                                                                            "line": 166,
                                                                            "column": 46
                                                                          }
                                                                        }
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "CallExpression",
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "computed": false,
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "name": "Rx",
                                                                                "range": [
                                                                                  8225,
                                                                                  8227
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 166,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 166,
                                                                                    "column": 49
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "name": "Observable",
                                                                                "range": [
                                                                                  8228,
                                                                                  8238
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 166,
                                                                                    "column": 50
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 166,
                                                                                    "column": 60
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                8225,
                                                                                8238
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 166,
                                                                                  "column": 47
                                                                                },
                                                                                "end": {
                                                                                  "line": 166,
                                                                                  "column": 60
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "of",
                                                                              "range": [
                                                                                8239,
                                                                                8241
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 166,
                                                                                  "column": 61
                                                                                },
                                                                                "end": {
                                                                                  "line": 166,
                                                                                  "column": 63
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              8225,
                                                                              8241
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 166,
                                                                                "column": 47
                                                                              },
                                                                              "end": {
                                                                                "line": 166,
                                                                                "column": 63
                                                                              }
                                                                            }
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Literal",
                                                                              "value": 1,
                                                                              "raw": "1",
                                                                              "range": [
                                                                                8242,
                                                                                8243
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 166,
                                                                                  "column": 64
                                                                                },
                                                                                "end": {
                                                                                  "line": 166,
                                                                                  "column": 65
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            8225,
                                                                            8244
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 166,
                                                                              "column": 47
                                                                            },
                                                                            "end": {
                                                                              "line": 166,
                                                                              "column": 66
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "range": [
                                                                        8208,
                                                                        8245
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 166,
                                                                          "column": 30
                                                                        },
                                                                        "end": {
                                                                          "line": 166,
                                                                          "column": 67
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "toBe",
                                                                      "range": [
                                                                        8246,
                                                                        8250
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 166,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 166,
                                                                          "column": 72
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      8208,
                                                                      8250
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 166,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 166,
                                                                        "column": 72
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  8194,
                                                                  8251
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 166,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 166,
                                                                    "column": 73
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  8252,
                                                                  8254
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 166,
                                                                    "column": 74
                                                                  },
                                                                  "end": {
                                                                    "line": 166,
                                                                    "column": 76
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                8194,
                                                                8254
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 166,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 166,
                                                                  "column": 76
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                8255,
                                                                8257
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 166,
                                                                  "column": 77
                                                                },
                                                                "end": {
                                                                  "line": 166,
                                                                  "column": 79
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              8194,
                                                              8257
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 166,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 166,
                                                                "column": 79
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              8258,
                                                              8259
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 166,
                                                                "column": 80
                                                              },
                                                              "end": {
                                                                "line": 166,
                                                                "column": 81
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8194,
                                                            8259
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 166,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 166,
                                                              "column": 81
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              8260,
                                                              8270
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 166,
                                                                "column": 82
                                                              },
                                                              "end": {
                                                                "line": 166,
                                                                "column": 92
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8194,
                                                          8271
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 166,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 166,
                                                            "column": 93
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8194,
                                                        8272
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 166,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 166,
                                                          "column": 94
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8176,
                                                    8286
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 165,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 167,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  8164,
                                                  8286
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 165,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 167,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8113,
                                              8287
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 167,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2394,
                                            "_esdocTestName": "it2394"
                                          },
                                          "range": [
                                            8113,
                                            8288
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 167,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                8301,
                                                8303
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should append to flushTests array",
                                                "raw": "'should append to flushTests array'",
                                                "range": [
                                                  8304,
                                                  8339
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 168,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 168,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "expectObservable",
                                                          "range": [
                                                            8371,
                                                            8387
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 169,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 169,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "Rx",
                                                                  "range": [
                                                                    8388,
                                                                    8390
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 169,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 169,
                                                                      "column": 35
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "Observable",
                                                                  "range": [
                                                                    8391,
                                                                    8401
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 169,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 169,
                                                                      "column": 46
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  8388,
                                                                  8401
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 46
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "empty",
                                                                "range": [
                                                                  8402,
                                                                  8407
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 169,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 169,
                                                                    "column": 52
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                8388,
                                                                8407
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 169,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 169,
                                                                  "column": 52
                                                                }
                                                              }
                                                            },
                                                            "arguments": [],
                                                            "range": [
                                                              8388,
                                                              8409
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 169,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 169,
                                                                "column": 54
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8371,
                                                          8410
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 169,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 169,
                                                            "column": 55
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8371,
                                                        8411
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 169,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 169,
                                                          "column": 56
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                    8428,
                                                                    8434
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 170,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 170,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "expect",
                                                                  "range": [
                                                                    8435,
                                                                    8441
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 170,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 170,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  8428,
                                                                  8441
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 170,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 170,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "rxTestScheduler",
                                                                      "range": [
                                                                        8442,
                                                                        8457
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 170,
                                                                          "column": 30
                                                                        },
                                                                        "end": {
                                                                          "line": 170,
                                                                          "column": 45
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "flushTests",
                                                                      "range": [
                                                                        8458,
                                                                        8468
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 170,
                                                                          "column": 46
                                                                        },
                                                                        "end": {
                                                                          "line": 170,
                                                                          "column": 56
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      8442,
                                                                      8468
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 170,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 170,
                                                                        "column": 56
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "length",
                                                                    "range": [
                                                                      8469,
                                                                      8475
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 170,
                                                                        "column": 57
                                                                      },
                                                                      "end": {
                                                                        "line": 170,
                                                                        "column": 63
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    8442,
                                                                    8475
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 170,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 170,
                                                                      "column": 63
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                8428,
                                                                8476
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 170,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 170,
                                                                  "column": 64
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "to",
                                                              "range": [
                                                                8477,
                                                                8479
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 170,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 170,
                                                                  "column": 67
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              8428,
                                                              8479
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 170,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 170,
                                                                "column": 67
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "equal",
                                                            "range": [
                                                              8480,
                                                              8485
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 170,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 170,
                                                                "column": 73
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8428,
                                                            8485
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 170,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 170,
                                                              "column": 73
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 1,
                                                            "raw": "1",
                                                            "range": [
                                                              8486,
                                                              8487
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 170,
                                                                "column": 74
                                                              },
                                                              "end": {
                                                                "line": 170,
                                                                "column": 75
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8428,
                                                          8488
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 170,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 170,
                                                            "column": 76
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8428,
                                                        8489
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 170,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 170,
                                                          "column": 77
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8353,
                                                    8503
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 168,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 171,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  8341,
                                                  8503
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 168,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 171,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8301,
                                              8504
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 171,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2395,
                                            "_esdocTestName": "it2395"
                                          },
                                          "range": [
                                            8301,
                                            8505
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 171,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                8518,
                                                8520
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 172,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 172,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should handle empty",
                                                "raw": "'should handle empty'",
                                                "range": [
                                                  8521,
                                                  8542
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 172,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                8574,
                                                                8590
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 173,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 173,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "Rx",
                                                                      "range": [
                                                                        8591,
                                                                        8593
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 173,
                                                                          "column": 33
                                                                        },
                                                                        "end": {
                                                                          "line": 173,
                                                                          "column": 35
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "Observable",
                                                                      "range": [
                                                                        8594,
                                                                        8604
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 173,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 173,
                                                                          "column": 46
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      8591,
                                                                      8604
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 173,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 173,
                                                                        "column": 46
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "empty",
                                                                    "range": [
                                                                      8605,
                                                                      8610
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 173,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 173,
                                                                        "column": 52
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    8591,
                                                                    8610
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 173,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 173,
                                                                      "column": 52
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [],
                                                                "range": [
                                                                  8591,
                                                                  8612
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 173,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 173,
                                                                    "column": 54
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              8574,
                                                              8613
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 173,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 173,
                                                                "column": 55
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              8614,
                                                              8618
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 173,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 173,
                                                                "column": 60
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8574,
                                                            8618
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 173,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 173,
                                                              "column": 60
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "|",
                                                            "raw": "'|'",
                                                            "range": [
                                                              8619,
                                                              8622
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 173,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 173,
                                                                "column": 64
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [],
                                                            "range": [
                                                              8624,
                                                              8626
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 173,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 173,
                                                                "column": 68
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8574,
                                                          8627
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 173,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 173,
                                                            "column": 69
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8574,
                                                        8628
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 173,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 173,
                                                          "column": 70
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8556,
                                                    8642
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 172,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 174,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  8544,
                                                  8642
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 172,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 174,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8518,
                                              8643
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 172,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 174,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2396,
                                            "_esdocTestName": "it2396"
                                          },
                                          "range": [
                                            8518,
                                            8644
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 172,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 174,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                8657,
                                                8659
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 175,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 175,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should handle never",
                                                "raw": "'should handle never'",
                                                "range": [
                                                  8660,
                                                  8681
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 175,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                8713,
                                                                8729
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 176,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 176,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "Rx",
                                                                      "range": [
                                                                        8730,
                                                                        8732
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 176,
                                                                          "column": 33
                                                                        },
                                                                        "end": {
                                                                          "line": 176,
                                                                          "column": 35
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "Observable",
                                                                      "range": [
                                                                        8733,
                                                                        8743
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 176,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 176,
                                                                          "column": 46
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      8730,
                                                                      8743
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 176,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 176,
                                                                        "column": 46
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "never",
                                                                    "range": [
                                                                      8744,
                                                                      8749
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 176,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 176,
                                                                        "column": 52
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    8730,
                                                                    8749
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 176,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 176,
                                                                      "column": 52
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [],
                                                                "range": [
                                                                  8730,
                                                                  8751
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 176,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 176,
                                                                    "column": 54
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              8713,
                                                              8752
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 176,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 176,
                                                                "column": 55
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              8753,
                                                              8757
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 176,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 176,
                                                                "column": 60
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8713,
                                                            8757
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 176,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 176,
                                                              "column": 60
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "-",
                                                            "raw": "'-'",
                                                            "range": [
                                                              8758,
                                                              8761
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 176,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 176,
                                                                "column": 64
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [],
                                                            "range": [
                                                              8763,
                                                              8765
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 176,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 176,
                                                                "column": 68
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8713,
                                                          8766
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 176,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 176,
                                                            "column": 69
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8713,
                                                        8767
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 176,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 176,
                                                          "column": 70
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                8784,
                                                                8800
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 177,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 177,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "Rx",
                                                                      "range": [
                                                                        8801,
                                                                        8803
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 177,
                                                                          "column": 33
                                                                        },
                                                                        "end": {
                                                                          "line": 177,
                                                                          "column": 35
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "Observable",
                                                                      "range": [
                                                                        8804,
                                                                        8814
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 177,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 177,
                                                                          "column": 46
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      8801,
                                                                      8814
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 177,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 177,
                                                                        "column": 46
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "never",
                                                                    "range": [
                                                                      8815,
                                                                      8820
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 177,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 177,
                                                                        "column": 52
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    8801,
                                                                    8820
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 177,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 177,
                                                                      "column": 52
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [],
                                                                "range": [
                                                                  8801,
                                                                  8822
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 177,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 177,
                                                                    "column": 54
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              8784,
                                                              8823
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 55
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              8824,
                                                              8828
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 60
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8784,
                                                            8828
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 60
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "---",
                                                            "raw": "'---'",
                                                            "range": [
                                                              8829,
                                                              8834
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 66
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [],
                                                            "range": [
                                                              8836,
                                                              8838
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 70
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          8784,
                                                          8839
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 71
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        8784,
                                                        8840
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 177,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 177,
                                                          "column": 72
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8695,
                                                    8854
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 175,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 178,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  8683,
                                                  8854
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 175,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 178,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8657,
                                              8855
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 175,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 178,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2397,
                                            "_esdocTestName": "it2397"
                                          },
                                          "range": [
                                            8657,
                                            8856
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 178,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                8869,
                                                8871
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 179,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 179,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should accept an unsubscription marble diagram",
                                                "raw": "'should accept an unsubscription marble diagram'",
                                                "range": [
                                                  8872,
                                                  8920
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 179,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 179,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "source",
                                                            "range": [
                                                              8956,
                                                              8962
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 180,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 180,
                                                                "column": 26
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "hot",
                                                              "range": [
                                                                8965,
                                                                8968
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 180,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 180,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "---^-a-b-|",
                                                                "raw": "'---^-a-b-|'",
                                                                "range": [
                                                                  8969,
                                                                  8981
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 180,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 180,
                                                                    "column": 45
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              8965,
                                                              8982
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 180,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 180,
                                                                "column": 46
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            8956,
                                                            8982
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 180,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 180,
                                                              "column": 46
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        8952,
                                                        8983
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 180,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 180,
                                                          "column": 47
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "unsubscribe",
                                                            "range": [
                                                              9004,
                                                              9015
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 181,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 181,
                                                                "column": 31
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "Literal",
                                                            "value": "---!",
                                                            "raw": "'---!'",
                                                            "range": [
                                                              9018,
                                                              9024
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 181,
                                                                "column": 34
                                                              },
                                                              "end": {
                                                                "line": 181,
                                                                "column": 40
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9004,
                                                            9024
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 181,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 181,
                                                              "column": 40
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        9000,
                                                        9025
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 181,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 181,
                                                          "column": 41
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "expected",
                                                            "range": [
                                                              9046,
                                                              9054
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 182,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 182,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "Literal",
                                                            "value": "--a",
                                                            "raw": "'--a'",
                                                            "range": [
                                                              9057,
                                                              9062
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 182,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 182,
                                                                "column": 36
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9046,
                                                            9062
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 182,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 182,
                                                              "column": 36
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        9042,
                                                        9063
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 182,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 182,
                                                          "column": 37
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                9080,
                                                                9096
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 183,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 183,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "source",
                                                                "range": [
                                                                  9097,
                                                                  9103
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 183,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 183,
                                                                    "column": 39
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "name": "unsubscribe",
                                                                "range": [
                                                                  9105,
                                                                  9116
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 183,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 183,
                                                                    "column": 52
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              9080,
                                                              9117
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 183,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 183,
                                                                "column": 53
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              9118,
                                                              9122
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 183,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 183,
                                                                "column": 58
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9080,
                                                            9122
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 183,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 183,
                                                              "column": 58
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "expected",
                                                            "range": [
                                                              9123,
                                                              9131
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 183,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 183,
                                                                "column": 67
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9080,
                                                          9132
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 183,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 183,
                                                            "column": 68
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9080,
                                                        9133
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 183,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 183,
                                                          "column": 69
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    8934,
                                                    9147
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 179,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 184,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  8922,
                                                  9147
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 179,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 184,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              8869,
                                              9148
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 179,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 184,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2398,
                                            "_esdocTestName": "it2398"
                                          },
                                          "range": [
                                            8869,
                                            9149
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 184,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        7911,
                                        9159
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 185,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      7899,
                                      9159
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 185,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  7868,
                                  9160
                                ],
                                "loc": {
                                  "start": {
                                    "line": 160,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2392,
                                "_esdocTestName": "describe2392"
                              },
                              "range": [
                                7868,
                                9161
                              ],
                              "loc": {
                                "start": {
                                  "line": 160,
                                  "column": 8
                                },
                                "end": {
                                  "line": 185,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    9170,
                                    9178
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 186,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 186,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "expectSubscriptions()",
                                    "raw": "'expectSubscriptions()'",
                                    "range": [
                                      9179,
                                      9202
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 186,
                                        "column": 40
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                9230,
                                                9232
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 187,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 187,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should exist",
                                                "raw": "'should exist'",
                                                "range": [
                                                  9233,
                                                  9247
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 187,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 187,
                                                    "column": 29
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "chai_1",
                                                                "range": [
                                                                  9279,
                                                                  9285
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 188,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 188,
                                                                    "column": 22
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "expect",
                                                                "range": [
                                                                  9286,
                                                                  9292
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 188,
                                                                    "column": 23
                                                                  },
                                                                  "end": {
                                                                    "line": 188,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9279,
                                                                9292
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 188,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 188,
                                                                  "column": 29
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "expectSubscriptions",
                                                                "range": [
                                                                  9293,
                                                                  9312
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 188,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 188,
                                                                    "column": 49
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              9279,
                                                              9313
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 50
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "to",
                                                            "range": [
                                                              9314,
                                                              9316
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 188,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 188,
                                                                "column": 53
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9279,
                                                            9316
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 188,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 188,
                                                              "column": 53
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "exist",
                                                          "range": [
                                                            9317,
                                                            9322
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 188,
                                                              "column": 54
                                                            },
                                                            "end": {
                                                              "line": 188,
                                                              "column": 59
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          9279,
                                                          9322
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 188,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 188,
                                                            "column": 59
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9279,
                                                        9323
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 188,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 188,
                                                          "column": 60
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                      9340,
                                                                      9346
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 189,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 189,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      9347,
                                                                      9353
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 189,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 189,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    9340,
                                                                    9353
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 189,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 189,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "name": "expectSubscriptions",
                                                                    "range": [
                                                                      9354,
                                                                      9373
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 189,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 189,
                                                                        "column": 49
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  9340,
                                                                  9374
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 50
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  9375,
                                                                  9377
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 189,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 189,
                                                                    "column": 53
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9340,
                                                                9377
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 189,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 189,
                                                                  "column": 53
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                9378,
                                                                9380
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 189,
                                                                  "column": 54
                                                                },
                                                                "end": {
                                                                  "line": 189,
                                                                  "column": 56
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              9340,
                                                              9380
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 56
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              9381,
                                                              9382
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 58
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9340,
                                                            9382
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 189,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 189,
                                                              "column": 58
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              9383,
                                                              9393
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 189,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 189,
                                                                "column": 69
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9340,
                                                          9394
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 189,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 189,
                                                            "column": 70
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9340,
                                                        9395
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 189,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 189,
                                                          "column": 71
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    9261,
                                                    9409
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 187,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 190,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  9249,
                                                  9409
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 187,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 190,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9230,
                                              9410
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 187,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 190,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2400,
                                            "_esdocTestName": "it2400"
                                          },
                                          "range": [
                                            9230,
                                            9411
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 187,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 190,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                9424,
                                                9426
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should return an object with a toBe function",
                                                "raw": "'should return an object with a toBe function'",
                                                "range": [
                                                  9427,
                                                  9473
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 191,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              {
                                                "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": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "chai_1",
                                                                    "range": [
                                                                      9505,
                                                                      9511
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 192,
                                                                        "column": 16
                                                                      },
                                                                      "end": {
                                                                        "line": 192,
                                                                        "column": 22
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "expect",
                                                                    "range": [
                                                                      9512,
                                                                      9518
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 192,
                                                                        "column": 23
                                                                      },
                                                                      "end": {
                                                                        "line": 192,
                                                                        "column": 29
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    9505,
                                                                    9518
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 192,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 192,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "CallExpression",
                                                                      "callee": {
                                                                        "type": "Identifier",
                                                                        "name": "expectSubscriptions",
                                                                        "range": [
                                                                          9519,
                                                                          9538
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 192,
                                                                            "column": 30
                                                                          },
                                                                          "end": {
                                                                            "line": 192,
                                                                            "column": 49
                                                                          }
                                                                        }
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "ArrayExpression",
                                                                          "elements": [],
                                                                          "range": [
                                                                            9539,
                                                                            9541
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 192,
                                                                              "column": 50
                                                                            },
                                                                            "end": {
                                                                              "line": 192,
                                                                              "column": 52
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "range": [
                                                                        9519,
                                                                        9542
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 192,
                                                                          "column": 30
                                                                        },
                                                                        "end": {
                                                                          "line": 192,
                                                                          "column": 53
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "toBe",
                                                                      "range": [
                                                                        9543,
                                                                        9547
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 192,
                                                                          "column": 54
                                                                        },
                                                                        "end": {
                                                                          "line": 192,
                                                                          "column": 58
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      9519,
                                                                      9547
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 192,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 192,
                                                                        "column": 58
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  9505,
                                                                  9548
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 192,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 192,
                                                                    "column": 59
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "to",
                                                                "range": [
                                                                  9549,
                                                                  9551
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 192,
                                                                    "column": 60
                                                                  },
                                                                  "end": {
                                                                    "line": 192,
                                                                    "column": 62
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                9505,
                                                                9551
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 192,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 192,
                                                                  "column": 62
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "be",
                                                              "range": [
                                                                9552,
                                                                9554
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 192,
                                                                  "column": 63
                                                                },
                                                                "end": {
                                                                  "line": 192,
                                                                  "column": 65
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              9505,
                                                              9554
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 192,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 192,
                                                                "column": 65
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              9555,
                                                              9556
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 192,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 192,
                                                                "column": 67
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9505,
                                                            9556
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 192,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 192,
                                                              "column": 67
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "function",
                                                            "raw": "'function'",
                                                            "range": [
                                                              9557,
                                                              9567
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 192,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 192,
                                                                "column": 78
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9505,
                                                          9568
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 192,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 192,
                                                            "column": 79
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9505,
                                                        9569
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 192,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 192,
                                                          "column": 80
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    9487,
                                                    9583
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 193,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  9475,
                                                  9583
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 191,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 193,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9424,
                                              9584
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 193,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2401,
                                            "_esdocTestName": "it2401"
                                          },
                                          "range": [
                                            9424,
                                            9585
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                9598,
                                                9600
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 194,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 194,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should append to flushTests array",
                                                "raw": "'should append to flushTests array'",
                                                "range": [
                                                  9601,
                                                  9636
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 194,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "expectSubscriptions",
                                                          "range": [
                                                            9668,
                                                            9687
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 195,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 195,
                                                              "column": 35
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ArrayExpression",
                                                            "elements": [],
                                                            "range": [
                                                              9688,
                                                              9690
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 195,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 195,
                                                                "column": 38
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9668,
                                                          9691
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 195,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 195,
                                                            "column": 39
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9668,
                                                        9692
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 195,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 195,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "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": [
                                                                    9709,
                                                                    9715
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 22
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "expect",
                                                                  "range": [
                                                                    9716,
                                                                    9722
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 23
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 29
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9709,
                                                                  9722
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 196,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 196,
                                                                    "column": 29
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "computed": false,
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "name": "rxTestScheduler",
                                                                      "range": [
                                                                        9723,
                                                                        9738
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 196,
                                                                          "column": 30
                                                                        },
                                                                        "end": {
                                                                          "line": 196,
                                                                          "column": 45
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "name": "flushTests",
                                                                      "range": [
                                                                        9739,
                                                                        9749
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 196,
                                                                          "column": 46
                                                                        },
                                                                        "end": {
                                                                          "line": 196,
                                                                          "column": 56
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      9723,
                                                                      9749
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 196,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 196,
                                                                        "column": 56
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "length",
                                                                    "range": [
                                                                      9750,
                                                                      9756
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 196,
                                                                        "column": 57
                                                                      },
                                                                      "end": {
                                                                        "line": 196,
                                                                        "column": 63
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    9723,
                                                                    9756
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 196,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 196,
                                                                      "column": 63
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                9709,
                                                                9757
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 196,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 196,
                                                                  "column": 64
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "name": "to",
                                                              "range": [
                                                                9758,
                                                                9760
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 196,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 196,
                                                                  "column": 67
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              9709,
                                                              9760
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 196,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 196,
                                                                "column": 67
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "equal",
                                                            "range": [
                                                              9761,
                                                              9766
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 196,
                                                                "column": 68
                                                              },
                                                              "end": {
                                                                "line": 196,
                                                                "column": 73
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9709,
                                                            9766
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 196,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 196,
                                                              "column": 73
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 1,
                                                            "raw": "1",
                                                            "range": [
                                                              9767,
                                                              9768
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 196,
                                                                "column": 74
                                                              },
                                                              "end": {
                                                                "line": 196,
                                                                "column": 75
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9709,
                                                          9769
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 196,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 196,
                                                            "column": 76
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9709,
                                                        9770
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 196,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 196,
                                                          "column": 77
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    9650,
                                                    9784
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 194,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 197,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  9638,
                                                  9784
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 194,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 197,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9598,
                                              9785
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 194,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 197,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2402,
                                            "_esdocTestName": "it2402"
                                          },
                                          "range": [
                                            9598,
                                            9786
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 194,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 197,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                9799,
                                                9801
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 198,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 198,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should assert subscriptions of a cold observable",
                                                "raw": "'should assert subscriptions of a cold observable'",
                                                "range": [
                                                  9802,
                                                  9852
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 198,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 198,
                                                    "column": 65
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "source",
                                                            "range": [
                                                              9888,
                                                              9894
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 199,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 199,
                                                                "column": 26
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                9897,
                                                                9901
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 199,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 199,
                                                                  "column": 33
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "---a---b-|",
                                                                "raw": "'---a---b-|'",
                                                                "range": [
                                                                  9902,
                                                                  9914
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 199,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 199,
                                                                    "column": 46
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              9897,
                                                              9915
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 199,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 199,
                                                                "column": 47
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9888,
                                                            9915
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 199,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 199,
                                                              "column": 47
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        9884,
                                                        9916
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 199,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 199,
                                                          "column": 48
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "subs",
                                                            "range": [
                                                              9937,
                                                              9941
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 200,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 200,
                                                                "column": 24
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "Literal",
                                                            "value": "^--------!",
                                                            "raw": "'^--------!'",
                                                            "range": [
                                                              9944,
                                                              9956
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 200,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 200,
                                                                "column": 39
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9937,
                                                            9956
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 200,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 200,
                                                              "column": 39
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        9933,
                                                        9957
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 200,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 200,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectSubscriptions",
                                                              "range": [
                                                                9974,
                                                                9993
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 201,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 201,
                                                                  "column": 35
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "source",
                                                                  "range": [
                                                                    9994,
                                                                    10000
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 201,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 201,
                                                                      "column": 42
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "subscriptions",
                                                                  "range": [
                                                                    10001,
                                                                    10014
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 201,
                                                                      "column": 43
                                                                    },
                                                                    "end": {
                                                                      "line": 201,
                                                                      "column": 56
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  9994,
                                                                  10014
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 201,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 201,
                                                                    "column": 56
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              9974,
                                                              10015
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 201,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 201,
                                                                "column": 57
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              10016,
                                                              10020
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 201,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 201,
                                                                "column": 62
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            9974,
                                                            10020
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 201,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 201,
                                                              "column": 62
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "subs",
                                                            "range": [
                                                              10021,
                                                              10025
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 201,
                                                                "column": 63
                                                              },
                                                              "end": {
                                                                "line": 201,
                                                                "column": 67
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          9974,
                                                          10026
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 201,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 201,
                                                            "column": 68
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        9974,
                                                        10027
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 201,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 201,
                                                          "column": 69
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "source",
                                                            "range": [
                                                              10044,
                                                              10050
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 202,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 202,
                                                                "column": 22
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "subscribe",
                                                            "range": [
                                                              10051,
                                                              10060
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 202,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 202,
                                                                "column": 32
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10044,
                                                            10060
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 202,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 202,
                                                              "column": 32
                                                            }
                                                          }
                                                        },
                                                        "arguments": [],
                                                        "range": [
                                                          10044,
                                                          10062
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 202,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 202,
                                                            "column": 34
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10044,
                                                        10063
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 202,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 202,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    9866,
                                                    10077
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 198,
                                                      "column": 79
                                                    },
                                                    "end": {
                                                      "line": 203,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  9854,
                                                  10077
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 198,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 203,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              9799,
                                              10078
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 198,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 203,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2403,
                                            "_esdocTestName": "it2403"
                                          },
                                          "range": [
                                            9799,
                                            10079
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 198,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        9216,
                                        10089
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 186,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      9204,
                                      10089
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 186,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  9170,
                                  10090
                                ],
                                "loc": {
                                  "start": {
                                    "line": 186,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 204,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2399,
                                "_esdocTestName": "describe2399"
                              },
                              "range": [
                                9170,
                                10091
                              ],
                              "loc": {
                                "start": {
                                  "line": 186,
                                  "column": 8
                                },
                                "end": {
                                  "line": 204,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "describe",
                                  "range": [
                                    10100,
                                    10108
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 205,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 16
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "end-to-end helper tests",
                                    "raw": "'end-to-end helper tests'",
                                    "range": [
                                      10109,
                                      10134
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 42
                                      }
                                    }
                                  },
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                10162,
                                                10164
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 206,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 206,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should be awesome",
                                                "raw": "'should be awesome'",
                                                "range": [
                                                  10165,
                                                  10184
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 206,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 206,
                                                    "column": 34
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "values",
                                                            "range": [
                                                              10220,
                                                              10226
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 207,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 207,
                                                                "column": 26
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "ObjectExpression",
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "a",
                                                                  "range": [
                                                                    10231,
                                                                    10232
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 207,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 207,
                                                                      "column": 32
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Literal",
                                                                  "value": 1,
                                                                  "raw": "1",
                                                                  "range": [
                                                                    10234,
                                                                    10235
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 207,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 207,
                                                                      "column": 35
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  10231,
                                                                  10235
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 207,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 207,
                                                                    "column": 35
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "b",
                                                                  "range": [
                                                                    10237,
                                                                    10238
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 207,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 207,
                                                                      "column": 38
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Literal",
                                                                  "value": 2,
                                                                  "raw": "2",
                                                                  "range": [
                                                                    10240,
                                                                    10241
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 207,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 207,
                                                                      "column": 41
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  10237,
                                                                  10241
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 207,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 207,
                                                                    "column": 41
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10229,
                                                              10243
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 207,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 207,
                                                                "column": 43
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10220,
                                                            10243
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 207,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 207,
                                                              "column": 43
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10216,
                                                        10244
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 207,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 207,
                                                          "column": 44
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "myObservable",
                                                            "range": [
                                                              10265,
                                                              10277
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 208,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 208,
                                                                "column": 32
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                10280,
                                                                10284
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 208,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 208,
                                                                  "column": 39
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "---a---b--|",
                                                                "raw": "'---a---b--|'",
                                                                "range": [
                                                                  10285,
                                                                  10298
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 208,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 208,
                                                                    "column": 53
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "name": "values",
                                                                "range": [
                                                                  10300,
                                                                  10306
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 208,
                                                                    "column": 55
                                                                  },
                                                                  "end": {
                                                                    "line": 208,
                                                                    "column": 61
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10280,
                                                              10307
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 208,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 208,
                                                                "column": 62
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10265,
                                                            10307
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 208,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 208,
                                                              "column": 62
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10261,
                                                        10308
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 208,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 208,
                                                          "column": 63
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "subs",
                                                            "range": [
                                                              10329,
                                                              10333
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 209,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 209,
                                                                "column": 24
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "Literal",
                                                            "value": "^---------!",
                                                            "raw": "'^---------!'",
                                                            "range": [
                                                              10336,
                                                              10349
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 209,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 209,
                                                                "column": 40
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10329,
                                                            10349
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 209,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 209,
                                                              "column": 40
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10325,
                                                        10350
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 209,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 209,
                                                          "column": 41
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                10367,
                                                                10383
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 210,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 210,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "myObservable",
                                                                "range": [
                                                                  10384,
                                                                  10396
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 210,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 210,
                                                                    "column": 45
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10367,
                                                              10397
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 210,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 210,
                                                                "column": 46
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              10398,
                                                              10402
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 210,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 210,
                                                                "column": 51
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10367,
                                                            10402
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 210,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 210,
                                                              "column": 51
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "---a---b--|",
                                                            "raw": "'---a---b--|'",
                                                            "range": [
                                                              10403,
                                                              10416
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 210,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 210,
                                                                "column": 65
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "name": "values",
                                                            "range": [
                                                              10418,
                                                              10424
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 210,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 210,
                                                                "column": 73
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          10367,
                                                          10425
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 210,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 210,
                                                            "column": 74
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10367,
                                                        10426
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 210,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 210,
                                                          "column": 75
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectSubscriptions",
                                                              "range": [
                                                                10443,
                                                                10462
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 211,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 211,
                                                                  "column": 35
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "myObservable",
                                                                  "range": [
                                                                    10463,
                                                                    10475
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 211,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 211,
                                                                      "column": 48
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "subscriptions",
                                                                  "range": [
                                                                    10476,
                                                                    10489
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 211,
                                                                      "column": 49
                                                                    },
                                                                    "end": {
                                                                      "line": 211,
                                                                      "column": 62
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  10463,
                                                                  10489
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 211,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 211,
                                                                    "column": 62
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10443,
                                                              10490
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 211,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 211,
                                                                "column": 63
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              10491,
                                                              10495
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 211,
                                                                "column": 64
                                                              },
                                                              "end": {
                                                                "line": 211,
                                                                "column": 68
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10443,
                                                            10495
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 211,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 211,
                                                              "column": 68
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "subs",
                                                            "range": [
                                                              10496,
                                                              10500
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 211,
                                                                "column": 69
                                                              },
                                                              "end": {
                                                                "line": 211,
                                                                "column": 73
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          10443,
                                                          10501
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 211,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 211,
                                                            "column": 74
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10443,
                                                        10502
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 211,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 211,
                                                          "column": 75
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    10198,
                                                    10516
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 206,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 212,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  10186,
                                                  10516
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 206,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 212,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              10162,
                                              10517
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 206,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2405,
                                            "_esdocTestName": "it2405"
                                          },
                                          "range": [
                                            10162,
                                            10518
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 206,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 212,
                                              "column": 15
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "it",
                                              "range": [
                                                10531,
                                                10533
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 213,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 213,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "should support testing metastreams",
                                                "raw": "'should support testing metastreams'",
                                                "range": [
                                                  10534,
                                                  10570
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 213,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 213,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              10606,
                                                              10607
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 214,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 214,
                                                                "column": 21
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                10610,
                                                                10614
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 214,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 214,
                                                                  "column": 28
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "-a-b|",
                                                                "raw": "'-a-b|'",
                                                                "range": [
                                                                  10615,
                                                                  10622
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 214,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 214,
                                                                    "column": 36
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10610,
                                                              10623
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 214,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 214,
                                                                "column": 37
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10606,
                                                            10623
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 214,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 214,
                                                              "column": 37
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10602,
                                                        10624
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 214,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 214,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "y",
                                                            "range": [
                                                              10645,
                                                              10646
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 215,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 215,
                                                                "column": 21
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                10649,
                                                                10653
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 215,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 215,
                                                                  "column": 28
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "-c-d|",
                                                                "raw": "'-c-d|'",
                                                                "range": [
                                                                  10654,
                                                                  10661
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 215,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 215,
                                                                    "column": 36
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10649,
                                                              10662
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 215,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 215,
                                                                "column": 37
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10645,
                                                            10662
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 215,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 215,
                                                              "column": 37
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10641,
                                                        10663
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 215,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 215,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "myObservable",
                                                            "range": [
                                                              10684,
                                                              10696
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 32
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "hot",
                                                              "range": [
                                                                10699,
                                                                10702
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 38
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "---x---y----|",
                                                                "raw": "'---x---y----|'",
                                                                "range": [
                                                                  10703,
                                                                  10718
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 216,
                                                                    "column": 39
                                                                  },
                                                                  "end": {
                                                                    "line": 216,
                                                                    "column": 54
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ObjectExpression",
                                                                "properties": [
                                                                  {
                                                                    "type": "Property",
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "name": "x",
                                                                      "range": [
                                                                        10722,
                                                                        10723
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 58
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 59
                                                                        }
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "name": "x",
                                                                      "range": [
                                                                        10725,
                                                                        10726
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 61
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 62
                                                                        }
                                                                      }
                                                                    },
                                                                    "kind": "init",
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "range": [
                                                                      10722,
                                                                      10726
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 216,
                                                                        "column": 58
                                                                      },
                                                                      "end": {
                                                                        "line": 216,
                                                                        "column": 62
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "Property",
                                                                    "key": {
                                                                      "type": "Identifier",
                                                                      "name": "y",
                                                                      "range": [
                                                                        10728,
                                                                        10729
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 64
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 65
                                                                        }
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "type": "Identifier",
                                                                      "name": "y",
                                                                      "range": [
                                                                        10731,
                                                                        10732
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 67
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 68
                                                                        }
                                                                      }
                                                                    },
                                                                    "kind": "init",
                                                                    "method": false,
                                                                    "shorthand": false,
                                                                    "computed": false,
                                                                    "range": [
                                                                      10728,
                                                                      10732
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 216,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 216,
                                                                        "column": 68
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  10720,
                                                                  10734
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 216,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 216,
                                                                    "column": 70
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10699,
                                                              10735
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 71
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10684,
                                                            10735
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 216,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 216,
                                                              "column": 71
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10680,
                                                        10736
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 216,
                                                          "column": 72
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "expected",
                                                            "range": [
                                                              10757,
                                                              10765
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 217,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 217,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "Literal",
                                                            "value": "---x---y----|",
                                                            "raw": "'---x---y----|'",
                                                            "range": [
                                                              10768,
                                                              10783
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 217,
                                                                "column": 31
                                                              },
                                                              "end": {
                                                                "line": 217,
                                                                "column": 46
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10757,
                                                            10783
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 217,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 217,
                                                              "column": 46
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10753,
                                                        10784
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 217,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 217,
                                                          "column": 47
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "expectedx",
                                                            "range": [
                                                              10805,
                                                              10814
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 218,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 218,
                                                                "column": 29
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                10817,
                                                                10821
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 218,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 218,
                                                                  "column": 36
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "-a-b|",
                                                                "raw": "'-a-b|'",
                                                                "range": [
                                                                  10822,
                                                                  10829
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 218,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 218,
                                                                    "column": 44
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10817,
                                                              10830
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 218,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 218,
                                                                "column": 45
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10805,
                                                            10830
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 218,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 218,
                                                              "column": 45
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10801,
                                                        10831
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 218,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 218,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "id": {
                                                            "type": "Identifier",
                                                            "name": "expectedy",
                                                            "range": [
                                                              10852,
                                                              10861
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 219,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 219,
                                                                "column": 29
                                                              }
                                                            }
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "cold",
                                                              "range": [
                                                                10864,
                                                                10868
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 219,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 219,
                                                                  "column": 36
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Literal",
                                                                "value": "-c-d|",
                                                                "raw": "'-c-d|'",
                                                                "range": [
                                                                  10869,
                                                                  10876
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 219,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 219,
                                                                    "column": 44
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10864,
                                                              10877
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 219,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 219,
                                                                "column": 45
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10852,
                                                            10877
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 219,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 219,
                                                              "column": 45
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "kind": "var",
                                                      "range": [
                                                        10848,
                                                        10878
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 219,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 219,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "name": "expectObservable",
                                                              "range": [
                                                                10895,
                                                                10911
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 220,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 220,
                                                                  "column": 32
                                                                }
                                                              }
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "name": "myObservable",
                                                                "range": [
                                                                  10912,
                                                                  10924
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 220,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 220,
                                                                    "column": 45
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10895,
                                                              10925
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 220,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 220,
                                                                "column": 46
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "toBe",
                                                            "range": [
                                                              10926,
                                                              10930
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 220,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 220,
                                                                "column": 51
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            10895,
                                                            10930
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 220,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 220,
                                                              "column": 51
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "expected",
                                                            "range": [
                                                              10931,
                                                              10939
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 220,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 220,
                                                                "column": 60
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ObjectExpression",
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "x",
                                                                  "range": [
                                                                    10943,
                                                                    10944
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 220,
                                                                      "column": 64
                                                                    },
                                                                    "end": {
                                                                      "line": 220,
                                                                      "column": 65
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "name": "expectedx",
                                                                  "range": [
                                                                    10946,
                                                                    10955
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 220,
                                                                      "column": 67
                                                                    },
                                                                    "end": {
                                                                      "line": 220,
                                                                      "column": 76
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  10943,
                                                                  10955
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 220,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 220,
                                                                    "column": 76
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "name": "y",
                                                                  "range": [
                                                                    10957,
                                                                    10958
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 220,
                                                                      "column": 78
                                                                    },
                                                                    "end": {
                                                                      "line": 220,
                                                                      "column": 79
                                                                    }
                                                                  }
                                                                },
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "name": "expectedy",
                                                                  "range": [
                                                                    10960,
                                                                    10969
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 220,
                                                                      "column": 81
                                                                    },
                                                                    "end": {
                                                                      "line": 220,
                                                                      "column": 90
                                                                    }
                                                                  }
                                                                },
                                                                "kind": "init",
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "range": [
                                                                  10957,
                                                                  10969
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 220,
                                                                    "column": 78
                                                                  },
                                                                  "end": {
                                                                    "line": 220,
                                                                    "column": 90
                                                                  }
                                                                }
                                                              }
                                                            ],
                                                            "range": [
                                                              10941,
                                                              10971
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 220,
                                                                "column": 62
                                                              },
                                                              "end": {
                                                                "line": 220,
                                                                "column": 92
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          10895,
                                                          10972
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 220,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 220,
                                                            "column": 93
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        10895,
                                                        10973
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 220,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 220,
                                                          "column": 94
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    10584,
                                                    10987
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 213,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 221,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  10572,
                                                  10987
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 213,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 221,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              10531,
                                              10988
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 213,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 221,
                                                "column": 14
                                              }
                                            },
                                            "_esdocTestId": 2406,
                                            "_esdocTestName": "it2406"
                                          },
                                          "range": [
                                            10531,
                                            10989
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 213,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 221,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        10148,
                                        10999
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 205,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      10136,
                                      10999
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 205,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  10100,
                                  11000
                                ],
                                "loc": {
                                  "start": {
                                    "line": 205,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 222,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 2404,
                                "_esdocTestName": "describe2404"
                              },
                              "range": [
                                10100,
                                11001
                              ],
                              "loc": {
                                "start": {
                                  "line": 205,
                                  "column": 8
                                },
                                "end": {
                                  "line": 222,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            6065,
                            11007
                          ],
                          "loc": {
                            "start": {
                              "line": 118,
                              "column": 44
                            },
                            "end": {
                              "line": 223,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          6053,
                          11007
                        ],
                        "loc": {
                          "start": {
                            "line": 118,
                            "column": 32
                          },
                          "end": {
                            "line": 223,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      6025,
                      11008
                    ],
                    "loc": {
                      "start": {
                        "line": 118,
                        "column": 4
                      },
                      "end": {
                        "line": 223,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2380,
                    "_esdocTestName": "describe2380"
                  },
                  "range": [
                    6025,
                    11009
                  ],
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 4
                    },
                    "end": {
                      "line": 223,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                224,
                11011
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 38
                },
                "end": {
                  "line": 224,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              212,
              11011
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 26
              },
              "end": {
                "line": 224,
                "column": 1
              }
            }
          }
        ],
        "range": [
          186,
          11012
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 224,
            "column": 2
          }
        },
        "_esdocTestId": 2360,
        "_esdocTestName": "describe2360"
      },
      "range": [
        186,
        11013
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 224,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {TestScheduler} ",
          "range": [
            157,
            185
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 28
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=TestScheduler-spec.js.map",
          "range": [
            11014,
            11060
          ],
          "loc": {
            "start": {
              "line": 225,
              "column": 0
            },
            "end": {
              "line": 225,
              "column": 46
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    11013
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 224,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {TestScheduler} ",
      "range": [
        157,
        185
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 28
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=TestScheduler-spec.js.map",
      "range": [
        11014,
        11060
      ],
      "loc": {
        "start": {
          "line": 225,
          "column": 0
        },
        "end": {
          "line": 225,
          "column": 46
        }
      }
    }
  ]
}