{
  "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": "VirtualTimeScheduler",
            "range": [
              87,
              107
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 24
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                110,
                112
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 27
                },
                "end": {
                  "line": 4,
                  "column": 29
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "VirtualTimeScheduler",
              "range": [
                113,
                133
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 30
                },
                "end": {
                  "line": 4,
                  "column": 50
                }
              }
            },
            "range": [
              110,
              133
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 27
              },
              "end": {
                "line": 4,
                "column": 50
              }
            }
          },
          "range": [
            87,
            133
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 50
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        83,
        134
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 51
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {VirtualTimeScheduler} ",
          "range": [
            135,
            170
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 35
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            171,
            179
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "VirtualTimeScheduler",
            "raw": "'VirtualTimeScheduler'",
            "range": [
              180,
              202
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 31
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        222,
                        224
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should exist",
                        "raw": "'should exist'",
                        "range": [
                          225,
                          239
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 7
                          },
                          "end": {
                            "line": 7,
                            "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": [
                                        263,
                                        269
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 14
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "expect",
                                      "range": [
                                        270,
                                        276
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "range": [
                                      263,
                                      276
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "VirtualTimeScheduler",
                                      "range": [
                                        277,
                                        297
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 42
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    263,
                                    298
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 43
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "exist",
                                  "range": [
                                    299,
                                    304
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 49
                                    }
                                  }
                                },
                                "range": [
                                  263,
                                  304
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 49
                                  }
                                }
                              },
                              "range": [
                                263,
                                305
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 50
                                }
                              }
                            },
                            {
                              "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": [
                                              314,
                                              320
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              321,
                                              327
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            314,
                                            327
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 9,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 9,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "VirtualTimeScheduler",
                                            "range": [
                                              328,
                                              348
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 9,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 9,
                                                "column": 42
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          314,
                                          349
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          350,
                                          352
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        314,
                                        352
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        353,
                                        355
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "range": [
                                      314,
                                      355
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "a",
                                    "range": [
                                      356,
                                      357
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 51
                                      }
                                    }
                                  },
                                  "range": [
                                    314,
                                    357
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 51
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "function",
                                    "raw": "'function'",
                                    "range": [
                                      358,
                                      368
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 62
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  314,
                                  369
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 63
                                  }
                                }
                              },
                              "range": [
                                314,
                                370
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 64
                                }
                              }
                            }
                          ],
                          "range": [
                            253,
                            376
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 35
                            },
                            "end": {
                              "line": 10,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          241,
                          376
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 23
                          },
                          "end": {
                            "line": 10,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      222,
                      377
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 10,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2408,
                    "_esdocTestName": "it2408"
                  },
                  "range": [
                    222,
                    378
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4
                    },
                    "end": {
                      "line": 10,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        383,
                        385
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 11,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule things in order when flushed if each this is scheduled synchrously",
                        "raw": "'should schedule things in order when flushed if each this is scheduled synchrously'",
                        "range": [
                          386,
                          470
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 7
                          },
                          "end": {
                            "line": 11,
                            "column": 91
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      498,
                                      499
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "VirtualTimeScheduler",
                                      "range": [
                                        506,
                                        526
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      502,
                                      528
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    498,
                                    528
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                494,
                                529
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      542,
                                      549
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      552,
                                      554
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    542,
                                    554
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                538,
                                555
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      568,
                                      574
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          587,
                                          592
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "invoked",
                                                "range": [
                                                  608,
                                                  615
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  616,
                                                  620
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                608,
                                                620
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  621,
                                                  626
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 15,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 30
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              608,
                                              627
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            608,
                                            628
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 32
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        594,
                                        638
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      577,
                                      638
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    568,
                                    638
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                564,
                                639
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      648,
                                      649
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      650,
                                      658
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    648,
                                    658
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      659,
                                      665
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      667,
                                      668
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      670,
                                      671
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  648,
                                  672
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                648,
                                673
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      682,
                                      683
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      684,
                                      692
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    682,
                                    692
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      693,
                                      699
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      701,
                                      702
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      704,
                                      705
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  682,
                                  706
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                682,
                                707
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      716,
                                      717
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      718,
                                      726
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    716,
                                    726
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      727,
                                      733
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      735,
                                      736
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      738,
                                      739
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  716,
                                  740
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                716,
                                741
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      750,
                                      751
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      752,
                                      760
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    750,
                                    760
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      761,
                                      767
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      769,
                                      770
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 4,
                                    "raw": "4",
                                    "range": [
                                      772,
                                      773
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  750,
                                  774
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                750,
                                775
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 20,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      784,
                                      785
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      786,
                                      794
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    784,
                                    794
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      795,
                                      801
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      803,
                                      804
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 5,
                                    "raw": "5",
                                    "range": [
                                      806,
                                      807
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  784,
                                  808
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                784,
                                809
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      818,
                                      819
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "flush",
                                    "range": [
                                      820,
                                      825
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "range": [
                                    818,
                                    825
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 15
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  818,
                                  827
                                ],
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                818,
                                828
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "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": [
                                              837,
                                              843
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              844,
                                              850
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            837,
                                            850
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "invoked",
                                            "range": [
                                              851,
                                              858
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          837,
                                          859
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          860,
                                          862
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        837,
                                        862
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        863,
                                        867
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      837,
                                      867
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      868,
                                      873
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    837,
                                    873
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          875,
                                          876
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          878,
                                          879
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          881,
                                          882
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          884,
                                          885
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          887,
                                          888
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 59
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      874,
                                      889
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 60
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  837,
                                  890
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 61
                                  }
                                }
                              },
                              "range": [
                                837,
                                891
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 62
                                }
                              }
                            }
                          ],
                          "range": [
                            484,
                            897
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 105
                            },
                            "end": {
                              "line": 24,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          472,
                          897
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 93
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      383,
                      898
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2409,
                    "_esdocTestName": "it2409"
                  },
                  "range": [
                    383,
                    899
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 4
                    },
                    "end": {
                      "line": 24,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        904,
                        906
                      ],
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 25,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule things in order when flushed if each this is scheduled at random",
                        "raw": "'should schedule things in order when flushed if each this is scheduled at random'",
                        "range": [
                          907,
                          989
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 7
                          },
                          "end": {
                            "line": 25,
                            "column": 89
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1017,
                                      1018
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "VirtualTimeScheduler",
                                      "range": [
                                        1025,
                                        1045
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      1021,
                                      1047
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    1017,
                                    1047
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1013,
                                1048
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      1061,
                                      1068
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      1071,
                                      1073
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1061,
                                    1073
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1057,
                                1074
                              ],
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1087,
                                      1093
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          1106,
                                          1111
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "invoked",
                                                "range": [
                                                  1127,
                                                  1134
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  1135,
                                                  1139
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                1127,
                                                1139
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  1140,
                                                  1145
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 30
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1127,
                                              1146
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            1127,
                                            1147
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 32
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1113,
                                        1157
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1096,
                                      1157
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    1087,
                                    1157
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1083,
                                1158
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1167,
                                      1168
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1169,
                                      1177
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1167,
                                    1177
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1178,
                                      1184
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1186,
                                      1187
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      1189,
                                      1190
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1167,
                                  1191
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1167,
                                1192
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1201,
                                      1202
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1203,
                                      1211
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1201,
                                    1211
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1212,
                                      1218
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 100,
                                    "raw": "100",
                                    "range": [
                                      1220,
                                      1223
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 30
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      1225,
                                      1226
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1201,
                                  1227
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1201,
                                1228
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1237,
                                      1238
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1239,
                                      1247
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1237,
                                    1247
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1248,
                                      1254
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1256,
                                      1257
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      1259,
                                      1260
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1237,
                                  1261
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1237,
                                1262
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1271,
                                      1272
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1273,
                                      1281
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1271,
                                    1281
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1282,
                                      1288
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 500,
                                    "raw": "500",
                                    "range": [
                                      1290,
                                      1293
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 30
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 4,
                                    "raw": "4",
                                    "range": [
                                      1295,
                                      1296
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1271,
                                  1297
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1271,
                                1298
                              ],
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1307,
                                      1308
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1309,
                                      1317
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1307,
                                    1317
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1318,
                                      1324
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1326,
                                      1327
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 5,
                                    "raw": "5",
                                    "range": [
                                      1329,
                                      1330
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1307,
                                  1331
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1307,
                                1332
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1341,
                                      1342
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1343,
                                      1351
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1341,
                                    1351
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1352,
                                      1358
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 100,
                                    "raw": "100",
                                    "range": [
                                      1360,
                                      1363
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 30
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 6,
                                    "raw": "6",
                                    "range": [
                                      1365,
                                      1366
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1341,
                                  1367
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1341,
                                1368
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1377,
                                      1378
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "flush",
                                    "range": [
                                      1379,
                                      1384
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "range": [
                                    1377,
                                    1384
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 15
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  1377,
                                  1386
                                ],
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                1377,
                                1387
                              ],
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 8
                                },
                                "end": {
                                  "line": 37,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "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": [
                                              1396,
                                              1402
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              1403,
                                              1409
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            1396,
                                            1409
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "invoked",
                                            "range": [
                                              1410,
                                              1417
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1396,
                                          1418
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          1419,
                                          1421
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        1396,
                                        1421
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        1422,
                                        1426
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1396,
                                      1426
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1427,
                                      1432
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    1396,
                                    1432
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1434,
                                          1435
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          1437,
                                          1438
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          1440,
                                          1441
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          1443,
                                          1444
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 6,
                                        "raw": "6",
                                        "range": [
                                          1446,
                                          1447
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 59
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          1449,
                                          1450
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 62
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1433,
                                      1451
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1396,
                                  1452
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                1396,
                                1453
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "range": [
                            1003,
                            1459
                          ],
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 103
                            },
                            "end": {
                              "line": 39,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          991,
                          1459
                        ],
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 91
                          },
                          "end": {
                            "line": 39,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      904,
                      1460
                    ],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 39,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2410,
                    "_esdocTestName": "it2410"
                  },
                  "range": [
                    904,
                    1461
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4
                    },
                    "end": {
                      "line": 39,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1466,
                        1468
                      ],
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule things in order when there are negative delays",
                        "raw": "'should schedule things in order when there are negative delays'",
                        "range": [
                          1469,
                          1533
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 7
                          },
                          "end": {
                            "line": 40,
                            "column": 71
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1561,
                                      1562
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "VirtualTimeScheduler",
                                      "range": [
                                        1569,
                                        1589
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      1565,
                                      1591
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    1561,
                                    1591
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1557,
                                1592
                              ],
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoked",
                                    "range": [
                                      1605,
                                      1612
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      1615,
                                      1617
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1605,
                                    1617
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1601,
                                1618
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1631,
                                      1637
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          1650,
                                          1655
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 36
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "invoked",
                                                "range": [
                                                  1671,
                                                  1678
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "push",
                                                "range": [
                                                  1679,
                                                  1683
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "range": [
                                                1671,
                                                1683
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  1684,
                                                  1689
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 30
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1671,
                                              1690
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            1671,
                                            1691
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 32
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1657,
                                        1701
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1640,
                                      1701
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    1631,
                                    1701
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1627,
                                1702
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1711,
                                      1712
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1713,
                                      1721
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1711,
                                    1721
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1722,
                                      1728
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1730,
                                      1731
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1",
                                    "range": [
                                      1733,
                                      1734
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1711,
                                  1735
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1711,
                                1736
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1745,
                                      1746
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1747,
                                      1755
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1745,
                                    1755
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1756,
                                      1762
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 100,
                                    "raw": "100",
                                    "range": [
                                      1764,
                                      1767
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 30
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2",
                                    "range": [
                                      1769,
                                      1770
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1745,
                                  1771
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1745,
                                1772
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1781,
                                      1782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1783,
                                      1791
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1781,
                                    1791
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1792,
                                      1798
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1800,
                                      1801
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      1803,
                                      1804
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1781,
                                  1805
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1781,
                                1806
                              ],
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1815,
                                      1816
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1817,
                                      1825
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1815,
                                    1825
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1826,
                                      1832
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "UnaryExpression",
                                    "operator": "-",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 2,
                                      "raw": "2",
                                      "range": [
                                        1835,
                                        1836
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      1834,
                                      1836
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 29
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 4,
                                    "raw": "4",
                                    "range": [
                                      1838,
                                      1839
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1815,
                                  1840
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                1815,
                                1841
                              ],
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1850,
                                      1851
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1852,
                                      1860
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1850,
                                    1860
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1861,
                                      1867
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1869,
                                      1870
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 28
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 5,
                                    "raw": "5",
                                    "range": [
                                      1872,
                                      1873
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 31
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1850,
                                  1874
                                ],
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 32
                                  }
                                }
                              },
                              "range": [
                                1850,
                                1875
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1884,
                                      1885
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1886,
                                      1894
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    1884,
                                    1894
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "invoke",
                                    "range": [
                                      1895,
                                      1901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "UnaryExpression",
                                    "operator": "-",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 10,
                                      "raw": "10",
                                      "range": [
                                        1904,
                                        1906
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 30
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      1903,
                                      1906
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 30
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 6,
                                    "raw": "6",
                                    "range": [
                                      1908,
                                      1909
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 33
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1884,
                                  1910
                                ],
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 34
                                  }
                                }
                              },
                              "range": [
                                1884,
                                1911
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 35
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      1920,
                                      1921
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "flush",
                                    "range": [
                                      1922,
                                      1927
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "range": [
                                    1920,
                                    1927
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 15
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  1920,
                                  1929
                                ],
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                1920,
                                1930
                              ],
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "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": [
                                              1939,
                                              1945
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              1946,
                                              1952
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            1939,
                                            1952
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "invoked",
                                            "range": [
                                              1953,
                                              1960
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 29
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1939,
                                          1961
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 30
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          1962,
                                          1964
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 33
                                          }
                                        }
                                      },
                                      "range": [
                                        1939,
                                        1964
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 33
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        1965,
                                        1969
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      1939,
                                      1969
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      1970,
                                      1975
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 44
                                      }
                                    }
                                  },
                                  "range": [
                                    1939,
                                    1975
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 44
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 6,
                                        "raw": "6",
                                        "range": [
                                          1977,
                                          1978
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 47
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 4,
                                        "raw": "4",
                                        "range": [
                                          1980,
                                          1981
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1983,
                                          1984
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          1986,
                                          1987
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          1989,
                                          1990
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 59
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          1992,
                                          1993
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 62
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1976,
                                      1994
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 63
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1939,
                                  1995
                                ],
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 64
                                  }
                                }
                              },
                              "range": [
                                1939,
                                1996
                              ],
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 65
                                }
                              }
                            }
                          ],
                          "range": [
                            1547,
                            2002
                          ],
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 85
                            },
                            "end": {
                              "line": 54,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1535,
                          2002
                        ],
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 73
                          },
                          "end": {
                            "line": 54,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1466,
                      2003
                    ],
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 4
                      },
                      "end": {
                        "line": 54,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2411,
                    "_esdocTestName": "it2411"
                  },
                  "range": [
                    1466,
                    2004
                  ],
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 4
                    },
                    "end": {
                      "line": 54,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2009,
                        2011
                      ],
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 55,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should support recursive scheduling",
                        "raw": "'should support recursive scheduling'",
                        "range": [
                          2012,
                          2049
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 7
                          },
                          "end": {
                            "line": 55,
                            "column": 44
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      2077,
                                      2078
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "Identifier",
                                      "name": "VirtualTimeScheduler",
                                      "range": [
                                        2085,
                                        2105
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [],
                                    "range": [
                                      2081,
                                      2107
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "range": [
                                    2077,
                                    2107
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 42
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2073,
                                2108
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 43
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "count",
                                    "range": [
                                      2121,
                                      2126
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      2129,
                                      2130
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    2121,
                                    2130
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 21
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2117,
                                2131
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 57,
                                  "column": 22
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2144,
                                      2152
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 100,
                                        "raw": "100",
                                        "range": [
                                          2156,
                                          2159
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 200,
                                        "raw": "200",
                                        "range": [
                                          2161,
                                          2164
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 32
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 300,
                                        "raw": "300",
                                        "range": [
                                          2166,
                                          2169
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 37
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2155,
                                      2170
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "range": [
                                    2144,
                                    2170
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 58,
                                      "column": 38
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2140,
                                2171
                              ],
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      2180,
                                      2181
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      2182,
                                      2190
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "range": [
                                    2180,
                                    2190
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          2201,
                                          2206
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "test": {
                                            "type": "BinaryExpression",
                                            "operator": "===",
                                            "left": {
                                              "type": "UpdateExpression",
                                              "operator": "++",
                                              "argument": {
                                                "type": "Identifier",
                                                "name": "count",
                                                "range": [
                                                  2228,
                                                  2233
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 18
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "prefix": true,
                                              "range": [
                                                2226,
                                                2233
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": 3,
                                              "raw": "3",
                                              "range": [
                                                2238,
                                                2239
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "range": [
                                              2226,
                                              2239
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "argument": null,
                                                "range": [
                                                  2259,
                                                  2266
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 23
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2241,
                                              2280
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "alternate": null,
                                          "range": [
                                            2222,
                                            2280
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 13
                                            }
                                          }
                                        },
                                        {
                                          "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": [
                                                        2293,
                                                        2299
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        2300,
                                                        2306
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2293,
                                                      2306
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          2307,
                                                          2311
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "delay",
                                                        "range": [
                                                          2312,
                                                          2317
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 36
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2307,
                                                        2317
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 36
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2293,
                                                    2318
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    2319,
                                                    2321
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2293,
                                                  2321
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  2322,
                                                  2327
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                2293,
                                                2327
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "expected",
                                                    "range": [
                                                      2328,
                                                      2336
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "shift",
                                                    "range": [
                                                      2337,
                                                      2342
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 61
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2328,
                                                    2342
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 61
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  2328,
                                                  2344
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 63
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2293,
                                              2345
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            2293,
                                            2346
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 65
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  2359,
                                                  2363
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "schedule",
                                                "range": [
                                                  2364,
                                                  2372
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "range": [
                                                2359,
                                                2372
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  2373,
                                                  2378
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "range": [
                                                    2380,
                                                    2384
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "delay",
                                                  "range": [
                                                    2385,
                                                    2390
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2380,
                                                  2390
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2359,
                                              2391
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            2359,
                                            2392
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2208,
                                        2402
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2191,
                                      2402
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 100,
                                    "raw": "100",
                                    "range": [
                                      2404,
                                      2407
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 14
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "test",
                                    "raw": "'test'",
                                    "range": [
                                      2409,
                                      2415
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 22
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2180,
                                  2416
                                ],
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                2180,
                                2417
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 65,
                                  "column": 24
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "v",
                                    "range": [
                                      2426,
                                      2427
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "flush",
                                    "range": [
                                      2428,
                                      2433
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 66,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "range": [
                                    2426,
                                    2433
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 66,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 66,
                                      "column": 15
                                    }
                                  }
                                },
                                "arguments": [],
                                "range": [
                                  2426,
                                  2435
                                ],
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 17
                                  }
                                }
                              },
                              "range": [
                                2426,
                                2436
                              ],
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 8
                                },
                                "end": {
                                  "line": 66,
                                  "column": 18
                                }
                              }
                            },
                            {
                              "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": [
                                            2445,
                                            2451
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            2452,
                                            2458
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          2445,
                                          2458
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 67,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "count",
                                          "range": [
                                            2459,
                                            2464
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2445,
                                        2465
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        2466,
                                        2468
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 67,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 67,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      2445,
                                      2468
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      2469,
                                      2474
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    2445,
                                    2474
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 67,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 37
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 3,
                                    "raw": "3",
                                    "range": [
                                      2475,
                                      2476
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 67,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 39
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2445,
                                  2477
                                ],
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 40
                                  }
                                }
                              },
                              "range": [
                                2445,
                                2478
                              ],
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 41
                                }
                              }
                            }
                          ],
                          "range": [
                            2063,
                            2484
                          ],
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 58
                            },
                            "end": {
                              "line": 68,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2051,
                          2484
                        ],
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 46
                          },
                          "end": {
                            "line": 68,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2009,
                      2485
                    ],
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 68,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2412,
                    "_esdocTestName": "it2412"
                  },
                  "range": [
                    2009,
                    2486
                  ],
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 4
                    },
                    "end": {
                      "line": 68,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                216,
                2488
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 45
                },
                "end": {
                  "line": 69,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              204,
              2488
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 33
              },
              "end": {
                "line": 69,
                "column": 1
              }
            }
          }
        ],
        "range": [
          171,
          2489
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 69,
            "column": 2
          }
        },
        "_esdocTestId": 2407,
        "_esdocTestName": "describe2407"
      },
      "range": [
        171,
        2490
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 69,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {VirtualTimeScheduler} ",
          "range": [
            135,
            170
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 35
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=VirtualTimeScheduler-spec.js.map",
          "range": [
            2491,
            2544
          ],
          "loc": {
            "start": {
              "line": 70,
              "column": 0
            },
            "end": {
              "line": 70,
              "column": 53
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2490
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 69,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {VirtualTimeScheduler} ",
      "range": [
        135,
        170
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 35
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=VirtualTimeScheduler-spec.js.map",
      "range": [
        2491,
        2544
      ],
      "loc": {
        "start": {
          "line": 70,
          "column": 0
        },
        "end": {
          "line": 70,
          "column": 53
        }
      }
    }
  ]
}