{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              48,
              50
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                53,
                60
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../dist/cjs/Rx",
                "raw": "'../dist/cjs/Rx'",
                "range": [
                  61,
                  77
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 33
                  }
                }
              }
            ],
            "range": [
              53,
              78
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 34
              }
            }
          },
          "range": [
            48,
            78
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 34
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        79
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 35
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Scheduler",
            "range": [
              84,
              93
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 13
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "Rx",
              "range": [
                96,
                98
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 16
                },
                "end": {
                  "line": 4,
                  "column": 18
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "Scheduler",
              "range": [
                99,
                108
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 19
                },
                "end": {
                  "line": 4,
                  "column": 28
                }
              }
            },
            "range": [
              96,
              108
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 16
              },
              "end": {
                "line": 4,
                "column": 28
              }
            }
          },
          "range": [
            84,
            108
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        80,
        109
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 29
        }
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* @test {Scheduler} ",
          "range": [
            110,
            134
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 24
            }
          }
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            135,
            143
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "Scheduler.queue",
            "raw": "'Scheduler.queue'",
            "range": [
              144,
              161
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 26
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        181,
                        183
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 7,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule things recursively",
                        "raw": "'should schedule things recursively'",
                        "range": [
                          184,
                          220
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 7
                          },
                          "end": {
                            "line": 7,
                            "column": 43
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "call1",
                                    "range": [
                                      248,
                                      253
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      256,
                                      261
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    248,
                                    261
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                244,
                                262
                              ],
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 8
                                },
                                "end": {
                                  "line": 8,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "call2",
                                    "range": [
                                      275,
                                      280
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      283,
                                      288
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    275,
                                    288
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                271,
                                289
                              ],
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 8
                                },
                                "end": {
                                  "line": 9,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Scheduler",
                                      "range": [
                                        298,
                                        307
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "queue",
                                      "range": [
                                        308,
                                        313
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      298,
                                      313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "active",
                                    "range": [
                                      314,
                                      320
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    298,
                                    320
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 30
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": false,
                                  "raw": "false",
                                  "range": [
                                    323,
                                    328
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 38
                                    }
                                  }
                                },
                                "range": [
                                  298,
                                  328
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 38
                                  }
                                }
                              },
                              "range": [
                                298,
                                329
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Scheduler",
                                      "range": [
                                        338,
                                        347
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "queue",
                                      "range": [
                                        348,
                                        353
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 11,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      338,
                                      353
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      354,
                                      362
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    338,
                                    362
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "call1",
                                              "range": [
                                                389,
                                                394
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": true,
                                              "raw": "true",
                                              "range": [
                                                397,
                                                401
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "range": [
                                              389,
                                              401
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "range": [
                                            389,
                                            402
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 25
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Scheduler",
                                                  "range": [
                                                    415,
                                                    424
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 13,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 13,
                                                      "column": 21
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "queue",
                                                  "range": [
                                                    425,
                                                    430
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 13,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 13,
                                                      "column": 27
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  415,
                                                  430
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 13,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 13,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "schedule",
                                                "range": [
                                                  431,
                                                  439
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 13,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 13,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "range": [
                                                415,
                                                439
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 13,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 13,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "Identifier",
                                                          "name": "call2",
                                                          "range": [
                                                            470,
                                                            475
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "right": {
                                                          "type": "Literal",
                                                          "value": true,
                                                          "raw": "true",
                                                          "range": [
                                                            478,
                                                            482
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 14,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 14,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          470,
                                                          482
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 14,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 14,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        470,
                                                        483
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 14,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 14,
                                                          "column": 29
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    452,
                                                    497
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 13,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 15,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  440,
                                                  497
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 13,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 15,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              415,
                                              498
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            415,
                                            499
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        375,
                                        509
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 11,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      363,
                                      509
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  338,
                                  510
                                ],
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                338,
                                511
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            520,
                                            526
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            527,
                                            533
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          520,
                                          533
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "call1",
                                          "range": [
                                            534,
                                            539
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        520,
                                        540
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        541,
                                        543
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      520,
                                      543
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      544,
                                      546
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    520,
                                    546
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 34
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    547,
                                    551
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  520,
                                  551
                                ],
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 39
                                  }
                                }
                              },
                              "range": [
                                520,
                                552
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            561,
                                            567
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            568,
                                            574
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          561,
                                          574
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "call2",
                                          "range": [
                                            575,
                                            580
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        561,
                                        581
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        582,
                                        584
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      561,
                                      584
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      585,
                                      587
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    561,
                                    587
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 34
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    588,
                                    592
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  561,
                                  592
                                ],
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 39
                                  }
                                }
                              },
                              "range": [
                                561,
                                593
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 40
                                }
                              }
                            }
                          ],
                          "range": [
                            234,
                            599
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 57
                            },
                            "end": {
                              "line": 19,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          222,
                          599
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 45
                          },
                          "end": {
                            "line": 19,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      181,
                      600
                    ],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 76,
                    "_esdocTestName": "it76"
                  },
                  "range": [
                    181,
                    601
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4
                    },
                    "end": {
                      "line": 19,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        606,
                        608
                      ],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 4
                        },
                        "end": {
                          "line": 20,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule things recursively via this.schedule",
                        "raw": "'should schedule things recursively via this.schedule'",
                        "range": [
                          609,
                          663
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 7
                          },
                          "end": {
                            "line": 20,
                            "column": 61
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "call1",
                                    "range": [
                                      691,
                                      696
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      699,
                                      704
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    691,
                                    704
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                687,
                                705
                              ],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "call2",
                                    "range": [
                                      718,
                                      723
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      726,
                                      731
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    718,
                                    731
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                714,
                                732
                              ],
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Scheduler",
                                      "range": [
                                        741,
                                        750
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "queue",
                                      "range": [
                                        751,
                                        756
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      741,
                                      756
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "active",
                                    "range": [
                                      757,
                                      763
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    741,
                                    763
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 30
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Literal",
                                  "value": false,
                                  "raw": "false",
                                  "range": [
                                    766,
                                    771
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 38
                                    }
                                  }
                                },
                                "range": [
                                  741,
                                  771
                                ],
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 38
                                  }
                                }
                              },
                              "range": [
                                741,
                                772
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 39
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Scheduler",
                                      "range": [
                                        781,
                                        790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "queue",
                                      "range": [
                                        791,
                                        796
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      781,
                                      796
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      797,
                                      805
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    781,
                                    805
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "state",
                                        "range": [
                                          816,
                                          821
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 48
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "call1",
                                              "range": [
                                                837,
                                                842
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  845,
                                                  850
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "call1",
                                                "range": [
                                                  851,
                                                  856
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "range": [
                                                845,
                                                856
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "range": [
                                              837,
                                              856
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            837,
                                            857
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 32
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "call2",
                                              "range": [
                                                870,
                                                875
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "state",
                                                "range": [
                                                  878,
                                                  883
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "call2",
                                                "range": [
                                                  884,
                                                  889
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "range": [
                                                878,
                                                889
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 31
                                                }
                                              }
                                            },
                                            "range": [
                                              870,
                                              889
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "range": [
                                            870,
                                            890
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 32
                                            }
                                          }
                                        },
                                        {
                                          "type": "IfStatement",
                                          "test": {
                                            "type": "UnaryExpression",
                                            "operator": "!",
                                            "argument": {
                                              "type": "Identifier",
                                              "name": "call2",
                                              "range": [
                                                908,
                                                913
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "prefix": true,
                                            "range": [
                                              907,
                                              913
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "range": [
                                                        933,
                                                        937
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "schedule",
                                                      "range": [
                                                        938,
                                                        946
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 29
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      933,
                                                      946
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "key": {
                                                            "type": "Identifier",
                                                            "name": "call1",
                                                            "range": [
                                                              949,
                                                              954
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 28,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 28,
                                                                "column": 37
                                                              }
                                                            }
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "value": true,
                                                            "raw": "true",
                                                            "range": [
                                                              956,
                                                              960
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 28,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 28,
                                                                "column": 43
                                                              }
                                                            }
                                                          },
                                                          "kind": "init",
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "range": [
                                                            949,
                                                            960
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 43
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "key": {
                                                            "type": "Identifier",
                                                            "name": "call2",
                                                            "range": [
                                                              962,
                                                              967
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 28,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 28,
                                                                "column": 50
                                                              }
                                                            }
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "value": true,
                                                            "raw": "true",
                                                            "range": [
                                                              969,
                                                              973
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 28,
                                                                "column": 52
                                                              },
                                                              "end": {
                                                                "line": 28,
                                                                "column": 56
                                                              }
                                                            }
                                                          },
                                                          "kind": "init",
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "range": [
                                                            962,
                                                            973
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 28,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 28,
                                                              "column": 56
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        947,
                                                        975
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 58
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    933,
                                                    976
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 59
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  933,
                                                  977
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 60
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              915,
                                              991
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "alternate": null,
                                          "range": [
                                            903,
                                            991
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 13
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        823,
                                        1001
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      806,
                                      1001
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1003,
                                      1004
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 12
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "call1",
                                          "range": [
                                            1008,
                                            1013
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": true,
                                          "raw": "true",
                                          "range": [
                                            1015,
                                            1019
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1008,
                                          1019
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 27
                                          }
                                        }
                                      },
                                      {
                                        "type": "Property",
                                        "key": {
                                          "type": "Identifier",
                                          "name": "call2",
                                          "range": [
                                            1021,
                                            1026
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "value": {
                                          "type": "Literal",
                                          "value": false,
                                          "raw": "false",
                                          "range": [
                                            1028,
                                            1033
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 41
                                            }
                                          }
                                        },
                                        "kind": "init",
                                        "method": false,
                                        "shorthand": false,
                                        "computed": false,
                                        "range": [
                                          1021,
                                          1033
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 41
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1006,
                                      1035
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 43
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  781,
                                  1036
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 44
                                  }
                                }
                              },
                              "range": [
                                781,
                                1037
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1046,
                                            1052
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1053,
                                            1059
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1046,
                                          1059
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "call1",
                                          "range": [
                                            1060,
                                            1065
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1046,
                                        1066
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1067,
                                        1069
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1046,
                                      1069
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      1070,
                                      1072
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    1046,
                                    1072
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 34
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    1073,
                                    1077
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  1046,
                                  1077
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 39
                                  }
                                }
                              },
                              "range": [
                                1046,
                                1078
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1087,
                                            1093
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1094,
                                            1100
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1087,
                                          1100
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "call2",
                                          "range": [
                                            1101,
                                            1106
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 27
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1087,
                                        1107
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 28
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1108,
                                        1110
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 31
                                        }
                                      }
                                    },
                                    "range": [
                                      1087,
                                      1110
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      1111,
                                      1113
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "range": [
                                    1087,
                                    1113
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 34
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "true",
                                  "range": [
                                    1114,
                                    1118
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 39
                                    }
                                  }
                                },
                                "range": [
                                  1087,
                                  1118
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 39
                                  }
                                }
                              },
                              "range": [
                                1087,
                                1119
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 40
                                }
                              }
                            }
                          ],
                          "range": [
                            677,
                            1125
                          ],
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 75
                            },
                            "end": {
                              "line": 33,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          665,
                          1125
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 63
                          },
                          "end": {
                            "line": 33,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      606,
                      1126
                    ],
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 77,
                    "_esdocTestName": "it77"
                  },
                  "range": [
                    606,
                    1127
                  ],
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 4
                    },
                    "end": {
                      "line": 33,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1132,
                        1134
                      ],
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 4
                        },
                        "end": {
                          "line": 34,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should schedule things in the future too",
                        "raw": "'should schedule things in the future too'",
                        "range": [
                          1135,
                          1177
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 7
                          },
                          "end": {
                            "line": 34,
                            "column": 49
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1189,
                              1193
                            ],
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 61
                              },
                              "end": {
                                "line": 34,
                                "column": 65
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "called",
                                    "range": [
                                      1209,
                                      1215
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "Literal",
                                    "value": false,
                                    "raw": "false",
                                    "range": [
                                      1218,
                                      1223
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "range": [
                                    1209,
                                    1223
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 26
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1205,
                                1224
                              ],
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "Scheduler",
                                      "range": [
                                        1233,
                                        1242
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "queue",
                                      "range": [
                                        1243,
                                        1248
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      1233,
                                      1248
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "schedule",
                                    "range": [
                                      1249,
                                      1257
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    1233,
                                    1257
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 32
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "called",
                                              "range": [
                                                1284,
                                                1290
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "value": true,
                                              "raw": "true",
                                              "range": [
                                                1293,
                                                1297
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              1284,
                                              1297
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            1284,
                                            1298
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 26
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1270,
                                        1308
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1258,
                                      1308
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 60,
                                    "raw": "60",
                                    "range": [
                                      1310,
                                      1312
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1233,
                                  1313
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                1233,
                                1314
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 15
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "setTimeout",
                                  "range": [
                                    1323,
                                    1333
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1360,
                                                        1366
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1367,
                                                        1373
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1360,
                                                      1373
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "called",
                                                      "range": [
                                                        1374,
                                                        1380
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1360,
                                                    1381
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1382,
                                                    1384
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1360,
                                                  1384
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1385,
                                                  1387
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                1360,
                                                1387
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "false",
                                              "range": [
                                                1388,
                                                1393
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "range": [
                                              1360,
                                              1393
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 45
                                              }
                                            }
                                          },
                                          "range": [
                                            1360,
                                            1394
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 46
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1346,
                                        1404
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1334,
                                      1404
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 20,
                                    "raw": "20",
                                    "range": [
                                      1406,
                                      1408
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 13
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1323,
                                  1409
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 14
                                  }
                                }
                              },
                              "range": [
                                1323,
                                1410
                              ],
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 15
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "setTimeout",
                                  "range": [
                                    1419,
                                    1429
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "chai_1",
                                                      "range": [
                                                        1456,
                                                        1462
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 18
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "expect",
                                                      "range": [
                                                        1463,
                                                        1469
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1456,
                                                      1469
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "called",
                                                      "range": [
                                                        1470,
                                                        1476
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 32
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1456,
                                                    1477
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    1478,
                                                    1480
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1456,
                                                  1480
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  1481,
                                                  1483
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 43,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "range": [
                                                1456,
                                                1483
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 39
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                1484,
                                                1488
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 43,
                                                  "column": 40
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "range": [
                                              1456,
                                              1488
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 43,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            1456,
                                            1489
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 45
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1502,
                                                1506
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1502,
                                              1508
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            1502,
                                            1509
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1442,
                                        1519
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1430,
                                      1519
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 100,
                                    "raw": "100",
                                    "range": [
                                      1521,
                                      1524
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 14
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1419,
                                  1525
                                ],
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 15
                                  }
                                }
                              },
                              "range": [
                                1419,
                                1526
                              ],
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 16
                                }
                              }
                            }
                          ],
                          "range": [
                            1195,
                            1532
                          ],
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 67
                            },
                            "end": {
                              "line": 46,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1179,
                          1532
                        ],
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 51
                          },
                          "end": {
                            "line": 46,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1132,
                      1533
                    ],
                    "loc": {
                      "start": {
                        "line": 34,
                        "column": 4
                      },
                      "end": {
                        "line": 46,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 78,
                    "_esdocTestName": "it78"
                  },
                  "range": [
                    1132,
                    1534
                  ],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 4
                    },
                    "end": {
                      "line": 46,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1539,
                        1541
                      ],
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 4
                        },
                        "end": {
                          "line": 47,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should be reusable after an error is thrown during execution",
                        "raw": "'should be reusable after an error is thrown during execution'",
                        "range": [
                          1542,
                          1604
                        ],
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 7
                          },
                          "end": {
                            "line": 47,
                            "column": 69
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1616,
                              1620
                            ],
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 81
                              },
                              "end": {
                                "line": 47,
                                "column": 85
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "results",
                                    "range": [
                                      1636,
                                      1643
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      1646,
                                      1648
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "range": [
                                    1636,
                                    1648
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 24
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1632,
                                1649
                              ],
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 25
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            1658,
                                            1664
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            1665,
                                            1671
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          1658,
                                          1671
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 49,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 49,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "FunctionExpression",
                                          "id": null,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "Scheduler",
                                                        "range": [
                                                          1698,
                                                          1707
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 21
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "queue",
                                                        "range": [
                                                          1708,
                                                          1713
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1698,
                                                        1713
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 50,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 50,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "schedule",
                                                      "range": [
                                                        1714,
                                                        1722
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 50,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 50,
                                                          "column": 36
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1698,
                                                      1722
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "results",
                                                                  "range": [
                                                                    1753,
                                                                    1760
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 51,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 51,
                                                                      "column": 23
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "push",
                                                                  "range": [
                                                                    1761,
                                                                    1765
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 51,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 51,
                                                                      "column": 28
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  1753,
                                                                  1765
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 51,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 51,
                                                                    "column": 28
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "value": 1,
                                                                  "raw": "1",
                                                                  "range": [
                                                                    1766,
                                                                    1767
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 51,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 51,
                                                                      "column": 30
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                1753,
                                                                1768
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 51,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 51,
                                                                  "column": 31
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1753,
                                                              1769
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 51,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 32
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1735,
                                                          1783
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 13
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        1723,
                                                        1783
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 50,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 13
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1698,
                                                    1784
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1698,
                                                  1785
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 15
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ExpressionStatement",
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "Scheduler",
                                                        "range": [
                                                          1798,
                                                          1807
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 21
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "queue",
                                                        "range": [
                                                          1808,
                                                          1813
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 22
                                                          },
                                                          "end": {
                                                            "line": 53,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1798,
                                                        1813
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "schedule",
                                                      "range": [
                                                        1814,
                                                        1822
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 53,
                                                          "column": 36
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1798,
                                                      1822
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 53,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 53,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "FunctionExpression",
                                                      "id": null,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "body": [
                                                          {
                                                            "type": "ThrowStatement",
                                                            "argument": {
                                                              "type": "NewExpression",
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "name": "Error",
                                                                "range": [
                                                                  1863,
                                                                  1868
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 54,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 54,
                                                                    "column": 31
                                                                  }
                                                                }
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "value": "bad",
                                                                  "raw": "'bad'",
                                                                  "range": [
                                                                    1869,
                                                                    1874
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 54,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 54,
                                                                      "column": 37
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "range": [
                                                                1859,
                                                                1875
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 54,
                                                                  "column": 22
                                                                },
                                                                "end": {
                                                                  "line": 54,
                                                                  "column": 38
                                                                }
                                                              }
                                                            },
                                                            "range": [
                                                              1853,
                                                              1876
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 54,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 54,
                                                                "column": 39
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1835,
                                                          1890
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 53,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 13
                                                          }
                                                        }
                                                      },
                                                      "generator": false,
                                                      "expression": false,
                                                      "range": [
                                                        1823,
                                                        1890
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 53,
                                                          "column": 37
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 13
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1798,
                                                    1891
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 53,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1798,
                                                  1892
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 53,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 15
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1684,
                                              1902
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 9
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            1672,
                                            1902
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 9
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1658,
                                        1903
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 10
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        1904,
                                        1906
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "range": [
                                      1658,
                                      1906
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "throw",
                                    "range": [
                                      1907,
                                      1912
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 19
                                      }
                                    }
                                  },
                                  "range": [
                                    1658,
                                    1912
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 19
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "Error",
                                    "range": [
                                      1913,
                                      1918
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 25
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": "bad",
                                    "raw": "'bad'",
                                    "range": [
                                      1920,
                                      1925
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 32
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1658,
                                  1926
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 33
                                  }
                                }
                              },
                              "range": [
                                1658,
                                1927
                              ],
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 34
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "setTimeout",
                                  "range": [
                                    1936,
                                    1946
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "Scheduler",
                                                  "range": [
                                                    1973,
                                                    1982
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 21
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "queue",
                                                  "range": [
                                                    1983,
                                                    1988
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 27
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1973,
                                                  1988
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 27
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "schedule",
                                                "range": [
                                                  1989,
                                                  1997
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "range": [
                                                1973,
                                                1997
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "results",
                                                            "range": [
                                                              2028,
                                                              2035
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 23
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "push",
                                                            "range": [
                                                              2036,
                                                              2040
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            2028,
                                                            2040
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 59,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 59,
                                                              "column": 28
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": 2,
                                                            "raw": "2",
                                                            "range": [
                                                              2041,
                                                              2042
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 59,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 59,
                                                                "column": 30
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          2028,
                                                          2043
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2028,
                                                        2044
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "name": "done",
                                                          "range": [
                                                            2061,
                                                            2065
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 60,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 60,
                                                              "column": 20
                                                            }
                                                          }
                                                        },
                                                        "arguments": [],
                                                        "range": [
                                                          2061,
                                                          2067
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 60,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 60,
                                                            "column": 22
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2061,
                                                        2068
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 23
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    2010,
                                                    2082
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  1998,
                                                  2082
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 13
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1973,
                                              2083
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "range": [
                                            1973,
                                            2084
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 15
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1959,
                                        2094
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1947,
                                      2094
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 9
                                      }
                                    }
                                  },
                                  {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      2096,
                                      2097
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 62,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 62,
                                        "column": 12
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1936,
                                  2098
                                ],
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 62,
                                    "column": 13
                                  }
                                }
                              },
                              "range": [
                                1936,
                                2099
                              ],
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 8
                                },
                                "end": {
                                  "line": 62,
                                  "column": 14
                                }
                              }
                            }
                          ],
                          "range": [
                            1622,
                            2105
                          ],
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 87
                            },
                            "end": {
                              "line": 63,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1606,
                          2105
                        ],
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 71
                          },
                          "end": {
                            "line": 63,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1539,
                      2106
                    ],
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 4
                      },
                      "end": {
                        "line": 63,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 79,
                    "_esdocTestName": "it79"
                  },
                  "range": [
                    1539,
                    2107
                  ],
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 4
                    },
                    "end": {
                      "line": 63,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                175,
                2109
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 40
                },
                "end": {
                  "line": 64,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              163,
              2109
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 28
              },
              "end": {
                "line": 64,
                "column": 1
              }
            }
          }
        ],
        "range": [
          135,
          2110
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 64,
            "column": 2
          }
        },
        "_esdocTestId": 75,
        "_esdocTestName": "describe75"
      },
      "range": [
        135,
        2111
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 64,
          "column": 3
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* @test {Scheduler} ",
          "range": [
            110,
            134
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 24
            }
          }
        }
      ],
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=Scheduler-spec.js.map",
          "range": [
            2112,
            2154
          ],
          "loc": {
            "start": {
              "line": 65,
              "column": 0
            },
            "end": {
              "line": 65,
              "column": 42
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    2111
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 64,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "* @test {Scheduler} ",
      "range": [
        110,
        134
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": "Line",
      "value": "# sourceMappingURL=Scheduler-spec.js.map",
      "range": [
        2112,
        2154
      ],
      "loc": {
        "start": {
          "line": 65,
          "column": 0
        },
        "end": {
          "line": 65,
          "column": 42
        }
      }
    }
  ]
}