{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          42,
          54
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 12
          }
        }
      },
      "range": [
        42,
        55
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 13
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Created by austin on 6/22/16.\n ",
          "range": [
            0,
            40
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              63,
              67
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 11
              }
            }
          },
          "range": [
            63,
            67
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 7
            },
            "end": {
              "line": 6,
              "column": 11
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "chai",
        "raw": "'chai'",
        "range": [
          73,
          79
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 17
          },
          "end": {
            "line": 6,
            "column": 23
          }
        }
      },
      "range": [
        56,
        80
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "db",
            "range": [
              88,
              90
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 6
              },
              "end": {
                "line": 8,
                "column": 8
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                93,
                100
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 11
                },
                "end": {
                  "line": 8,
                  "column": 18
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../dist/Dirtybomb",
                "raw": "'../dist/Dirtybomb'",
                "range": [
                  101,
                  120
                ],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 19
                  },
                  "end": {
                    "line": 8,
                    "column": 38
                  }
                }
              }
            ],
            "range": [
              93,
              121
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 11
              },
              "end": {
                "line": 8,
                "column": 39
              }
            }
          },
          "range": [
            88,
            121
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 6
            },
            "end": {
              "line": 8,
              "column": 39
            }
          }
        }
      ],
      "kind": "const",
      "range": [
        82,
        122
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 40
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              124,
              128
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 4
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "should",
            "range": [
              129,
              135
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 11
              }
            }
          },
          "range": [
            124,
            135
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 11
            }
          }
        },
        "arguments": [],
        "range": [
          124,
          137
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 13
          }
        }
      },
      "range": [
        124,
        138
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            140,
            148
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "DynamicGaussianPuff",
            "raw": "\"DynamicGaussianPuff\"",
            "range": [
              149,
              170
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 30
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "VariableDeclaration",
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "id": {
                        "type": "Identifier",
                        "name": "puff",
                        "range": [
                          193,
                          197
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 12
                          }
                        }
                      },
                      "init": null,
                      "range": [
                        193,
                        197
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "kind": "let",
                  "range": [
                    189,
                    198
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4
                    },
                    "end": {
                      "line": 13,
                      "column": 13
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        204,
                        212
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Constructors",
                        "raw": "\"Constructors\"",
                        "range": [
                          213,
                          227
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 13
                          },
                          "end": {
                            "line": 15,
                            "column": 27
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "atm",
                                    "range": [
                                      249,
                                      252
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "db",
                                          "range": [
                                            259,
                                            261
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "Dispersion",
                                          "range": [
                                            262,
                                            272
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "range": [
                                          259,
                                          272
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "Atmosphere",
                                        "range": [
                                          273,
                                          283
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        259,
                                        283
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrayExpression",
                                        "elements": [
                                          {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              285,
                                              286
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 49
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 1,
                                            "raw": "1",
                                            "range": [
                                              288,
                                              289
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 52
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          284,
                                          290
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 0.5,
                                        "raw": ".5",
                                        "range": [
                                          292,
                                          294
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 65,
                                        "raw": "65",
                                        "range": [
                                          296,
                                          298
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 61
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 288,
                                        "raw": "288",
                                        "range": [
                                          300,
                                          303
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 66
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      255,
                                      304
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 67
                                      }
                                    }
                                  },
                                  "range": [
                                    249,
                                    304
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 67
                                    }
                                  }
                                }
                              ],
                              "kind": "let",
                              "range": [
                                245,
                                305
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 16,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "source",
                                    "range": [
                                      318,
                                      324
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "db",
                                          "range": [
                                            331,
                                            333
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "Dispersion",
                                          "range": [
                                            334,
                                            344
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "range": [
                                          331,
                                          344
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 38
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "Source",
                                        "range": [
                                          345,
                                          351
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 17,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 17,
                                            "column": 45
                                          }
                                        }
                                      },
                                      "range": [
                                        331,
                                        351
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 17,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 45
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "db",
                                              "range": [
                                                365,
                                                367
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "Dispersion",
                                              "range": [
                                                368,
                                                378
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 18,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "range": [
                                              365,
                                              378
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "SourceType",
                                            "range": [
                                              379,
                                              389
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            365,
                                            389
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "POINT",
                                          "range": [
                                            390,
                                            395
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 42
                                            }
                                          }
                                        },
                                        "range": [
                                          365,
                                          395
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 42
                                          }
                                        }
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Number",
                                          "range": [
                                            409,
                                            415
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 18
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "POSITIVE_INFINITY",
                                          "range": [
                                            416,
                                            433
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 36
                                            }
                                          }
                                        },
                                        "range": [
                                          409,
                                          433
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 36
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 20,
                                        "raw": "20",
                                        "range": [
                                          447,
                                          449
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 14
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          463,
                                          464
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 13
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 350,
                                        "raw": "350",
                                        "range": [
                                          478,
                                          481
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 15
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 5,
                                        "raw": "5",
                                        "range": [
                                          495,
                                          496
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 13
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      327,
                                      506
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    318,
                                    506
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "let",
                              "range": [
                                314,
                                507
                              ],
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 8
                                },
                                "end": {
                                  "line": 24,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    517,
                                    519
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should use the default center",
                                    "raw": "'should use the default center'",
                                    "range": [
                                      520,
                                      551
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 42
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "puff",
                                              "range": [
                                                573,
                                                577
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      584,
                                                      586
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dispersion",
                                                    "range": [
                                                      587,
                                                      597
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    584,
                                                    597
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "DynamicGaussianPuff",
                                                  "range": [
                                                    598,
                                                    617
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  584,
                                                  617
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "atm",
                                                  "range": [
                                                    618,
                                                    621
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 60
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "source",
                                                  "range": [
                                                    623,
                                                    629
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 50,
                                                  "raw": "50",
                                                  "range": [
                                                    631,
                                                    633
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 72
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                580,
                                                634
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 27,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 73
                                                }
                                              }
                                            },
                                            "range": [
                                              573,
                                              634
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 27,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 27,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "range": [
                                            573,
                                            635
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 74
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          648,
                                                          652
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 16
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "center",
                                                        "range": [
                                                          653,
                                                          659
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 23
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        648,
                                                        659
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        660,
                                                        661
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      648,
                                                      661
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      662,
                                                      668
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    648,
                                                    668
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    669,
                                                    671
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  648,
                                                  671
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  672,
                                                  677
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                648,
                                                677
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  678,
                                                  679
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              648,
                                              680
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            648,
                                            681
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 45
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          694,
                                                          698
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 16
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "center",
                                                        "range": [
                                                          699,
                                                          705
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 23
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        694,
                                                        705
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "y",
                                                      "range": [
                                                        706,
                                                        707
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      694,
                                                      707
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      708,
                                                      714
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    694,
                                                    714
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    715,
                                                    717
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  694,
                                                  717
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  718,
                                                  723
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                694,
                                                723
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  724,
                                                  725
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              694,
                                              726
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            694,
                                            727
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        559,
                                        737
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      553,
                                      737
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  517,
                                  738
                                ],
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 26,
                                "_esdocTestName": "it26"
                              },
                              "range": [
                                517,
                                739
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    749,
                                    751
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should take explicit center",
                                    "raw": "'should take explicit center'",
                                    "range": [
                                      752,
                                      781
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 40
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "puff",
                                              "range": [
                                                803,
                                                807
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      814,
                                                      816
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dispersion",
                                                    "range": [
                                                      817,
                                                      827
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    814,
                                                    827
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "DynamicGaussianPuff",
                                                  "range": [
                                                    828,
                                                    847
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  814,
                                                  847
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "atm",
                                                  "range": [
                                                    848,
                                                    851
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 60
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "source",
                                                  "range": [
                                                    853,
                                                    859
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 50,
                                                  "raw": "50",
                                                  "range": [
                                                    861,
                                                    863
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "ArrayExpression",
                                                  "elements": [
                                                    {
                                                      "type": "Literal",
                                                      "value": 1,
                                                      "raw": "1",
                                                      "range": [
                                                        866,
                                                        867
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 75
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 76
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Literal",
                                                      "value": 1,
                                                      "raw": "1",
                                                      "range": [
                                                        869,
                                                        870
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 78
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 79
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "Literal",
                                                      "value": 1,
                                                      "raw": "1",
                                                      "range": [
                                                        872,
                                                        873
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 81
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 82
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    865,
                                                    874
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 83
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                810,
                                                875
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 84
                                                }
                                              }
                                            },
                                            "range": [
                                              803,
                                              875
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 84
                                              }
                                            }
                                          },
                                          "range": [
                                            803,
                                            876
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 85
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          889,
                                                          893
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 16
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "center",
                                                        "range": [
                                                          894,
                                                          900
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 23
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        889,
                                                        900
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "x",
                                                      "range": [
                                                        901,
                                                        902
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      889,
                                                      902
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      903,
                                                      909
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    889,
                                                    909
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    910,
                                                    912
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  889,
                                                  912
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  913,
                                                  918
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                889,
                                                918
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  919,
                                                  920
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              889,
                                              921
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            889,
                                            922
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 45
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          935,
                                                          939
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 16
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "center",
                                                        "range": [
                                                          940,
                                                          946
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 23
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        935,
                                                        946
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "y",
                                                      "range": [
                                                        947,
                                                        948
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      935,
                                                      948
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      949,
                                                      955
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    935,
                                                    955
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    956,
                                                    958
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  935,
                                                  958
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  959,
                                                  964
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                935,
                                                964
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 1,
                                                "raw": "1",
                                                "range": [
                                                  965,
                                                  966
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 43
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              935,
                                              967
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 44
                                              }
                                            }
                                          },
                                          "range": [
                                            935,
                                            968
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 45
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        789,
                                        978
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 48
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      783,
                                      978
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  749,
                                  979
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 27,
                                "_esdocTestName": "it27"
                              },
                              "range": [
                                749,
                                980
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            235,
                            986
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 35
                            },
                            "end": {
                              "line": 37,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          229,
                          986
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 29
                          },
                          "end": {
                            "line": 37,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      204,
                      987
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 37,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 25,
                    "_esdocTestName": "describe25"
                  },
                  "range": [
                    204,
                    988
                  ],
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 37,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        994,
                        1002
                      ],
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 4
                        },
                        "end": {
                          "line": 39,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Distance functions",
                        "raw": "\"Distance functions\"",
                        "range": [
                          1003,
                          1023
                        ],
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 13
                          },
                          "end": {
                            "line": 39,
                            "column": 33
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "beforeEach",
                                  "range": [
                                    1041,
                                    1051
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 18
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "name": "done",
                                        "range": [
                                          1053,
                                          1057
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 24
                                          }
                                        }
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  1080,
                                                  1083
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "db",
                                                      "range": [
                                                        1090,
                                                        1092
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Dispersion",
                                                      "range": [
                                                        1093,
                                                        1103
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 41,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 41,
                                                          "column": 39
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1090,
                                                      1103
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Atmosphere",
                                                    "range": [
                                                      1104,
                                                      1114
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 50
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1090,
                                                    1114
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ArrayExpression",
                                                    "elements": [
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          1116,
                                                          1117
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 53
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "Literal",
                                                        "value": 1,
                                                        "raw": "1",
                                                        "range": [
                                                          1119,
                                                          1120
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 41,
                                                            "column": 55
                                                          },
                                                          "end": {
                                                            "line": 41,
                                                            "column": 56
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1115,
                                                      1121
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 57
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 0.5,
                                                    "raw": ".5",
                                                    "range": [
                                                      1123,
                                                      1125
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 61
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 65,
                                                    "raw": "65",
                                                    "range": [
                                                      1127,
                                                      1129
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 63
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 65
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 288,
                                                    "raw": "288",
                                                    "range": [
                                                      1131,
                                                      1134
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 67
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 70
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1086,
                                                  1135
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 71
                                                  }
                                                }
                                              },
                                              "range": [
                                                1080,
                                                1135
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 71
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            1076,
                                            1136
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 72
                                            }
                                          }
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "source",
                                                "range": [
                                                  1153,
                                                  1159
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "db",
                                                      "range": [
                                                        1166,
                                                        1168
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Dispersion",
                                                      "range": [
                                                        1169,
                                                        1179
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 42
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1166,
                                                      1179
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 42
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Source",
                                                    "range": [
                                                      1180,
                                                      1186
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 42,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 42,
                                                        "column": 49
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1166,
                                                    1186
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "db",
                                                          "range": [
                                                            1204,
                                                            1206
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 43,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 43,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "Dispersion",
                                                          "range": [
                                                            1207,
                                                            1217
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 43,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 43,
                                                              "column": 29
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1204,
                                                          1217
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 29
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "SourceType",
                                                        "range": [
                                                          1218,
                                                          1228
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 30
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 40
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1204,
                                                        1228
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "POINT",
                                                      "range": [
                                                        1229,
                                                        1234
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 43,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1204,
                                                      1234
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 43,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 46
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "Number",
                                                      "range": [
                                                        1252,
                                                        1258
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 22
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "POSITIVE_INFINITY",
                                                      "range": [
                                                        1259,
                                                        1276
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 40
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1252,
                                                      1276
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 20,
                                                    "raw": "20",
                                                    "range": [
                                                      1294,
                                                      1296
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 18
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 5,
                                                    "raw": "5",
                                                    "range": [
                                                      1314,
                                                      1315
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 17
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 350,
                                                    "raw": "350",
                                                    "range": [
                                                      1333,
                                                      1336
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 19
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 5,
                                                    "raw": "5",
                                                    "range": [
                                                      1354,
                                                      1355
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 17
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1162,
                                                  1369
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                1153,
                                                1369
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            1149,
                                            1370
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "puff",
                                              "range": [
                                                1383,
                                                1387
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      1394,
                                                      1396
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dispersion",
                                                    "range": [
                                                      1397,
                                                      1407
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1394,
                                                    1407
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "DynamicGaussianPuff",
                                                  "range": [
                                                    1408,
                                                    1427
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 56
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1394,
                                                  1427
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "name": "atm",
                                                  "range": [
                                                    1428,
                                                    1431
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 60
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "name": "source",
                                                  "range": [
                                                    1433,
                                                    1439
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 68
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 50,
                                                  "raw": "50",
                                                  "range": [
                                                    1441,
                                                    1443
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 72
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                1390,
                                                1444
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 73
                                                }
                                              }
                                            },
                                            "range": [
                                              1383,
                                              1444
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "range": [
                                            1383,
                                            1445
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 74
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                1458,
                                                1462
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 51,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "arguments": [],
                                            "range": [
                                              1458,
                                              1464
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 18
                                              }
                                            }
                                          },
                                          "range": [
                                            1458,
                                            1465
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 51,
                                              "column": 19
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1062,
                                        1475
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1052,
                                      1475
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1041,
                                  1476
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 10
                                  }
                                }
                              },
                              "range": [
                                1041,
                                1477
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1487,
                                    1489
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should calculate distance traveled from start",
                                    "raw": "'should calculate distance traveled from start'",
                                    "range": [
                                      1490,
                                      1537
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 58
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        1559,
                                                        1563
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "distanceFromStart",
                                                      "range": [
                                                        1564,
                                                        1581
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1559,
                                                      1581
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1582,
                                                      1588
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1559,
                                                    1588
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1589,
                                                    1591
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1559,
                                                  1591
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1592,
                                                  1597
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1559,
                                                1597
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1598,
                                                  1599
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 52
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1559,
                                              1600
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "range": [
                                            1559,
                                            1601
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 54
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "puff",
                                                "range": [
                                                  1614,
                                                  1618
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "step",
                                                "range": [
                                                  1619,
                                                  1623
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                1614,
                                                1623
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 60,
                                                "raw": "60",
                                                "range": [
                                                  1624,
                                                  1626
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 24
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1614,
                                              1627
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            1614,
                                            1628
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 26
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "Line",
                                              "value": " Move one minute",
                                              "range": [
                                                1629,
                                                1647
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        1660,
                                                        1664
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "distanceFromStart",
                                                      "range": [
                                                        1665,
                                                        1682
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1660,
                                                      1682
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1683,
                                                      1689
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1660,
                                                    1689
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1690,
                                                    1692
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1660,
                                                  1692
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "above",
                                                "range": [
                                                  1693,
                                                  1698
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1660,
                                                1698
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1699,
                                                  1700
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 52
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1660,
                                              1701
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "range": [
                                            1660,
                                            1702
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 54
                                            }
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "Line",
                                              "value": " Move one minute",
                                              "range": [
                                                1629,
                                                1647
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      ],
                                      "range": [
                                        1545,
                                        1712
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1539,
                                      1712
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1487,
                                  1713
                                ],
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 58,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 29,
                                "_esdocTestName": "it29"
                              },
                              "range": [
                                1487,
                                1714
                              ],
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1724,
                                    1726
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 60,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should not mutate data",
                                    "raw": "'should not mutate data'",
                                    "range": [
                                      1727,
                                      1751
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 35
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        1773,
                                                        1777
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "distanceFromStart",
                                                      "range": [
                                                        1778,
                                                        1795
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1773,
                                                      1795
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1796,
                                                      1802
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1773,
                                                    1802
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1803,
                                                    1805
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1773,
                                                  1805
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1806,
                                                  1811
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1773,
                                                1811
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1812,
                                                  1813
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 52
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1773,
                                              1814
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "range": [
                                            1773,
                                            1815
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 54
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "puff",
                                                "range": [
                                                  1828,
                                                  1832
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "step",
                                                "range": [
                                                  1833,
                                                  1837
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                1828,
                                                1837
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 60,
                                                "raw": "60",
                                                "range": [
                                                  1838,
                                                  1840
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 24
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1828,
                                              1841
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            1828,
                                            1842
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 26
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "Line",
                                              "value": " Move one minute",
                                              "range": [
                                                1843,
                                                1861
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "orig",
                                                "range": [
                                                  1878,
                                                  1882
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        1885,
                                                        1889
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "center",
                                                      "range": [
                                                        1890,
                                                        1896
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1885,
                                                      1896
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "clone",
                                                    "range": [
                                                      1897,
                                                      1902
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1885,
                                                    1902
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  1885,
                                                  1904
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "range": [
                                                1878,
                                                1904
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 42
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            1874,
                                            1905
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 43
                                            }
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "Line",
                                              "value": " Move one minute",
                                              "range": [
                                                1843,
                                                1861
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        1918,
                                                        1922
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "distanceFromStart",
                                                      "range": [
                                                        1923,
                                                        1940
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 64,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 64,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1918,
                                                      1940
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1941,
                                                      1947
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 64,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 64,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1918,
                                                    1947
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1948,
                                                    1950
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 44
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1918,
                                                  1950
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "above",
                                                "range": [
                                                  1951,
                                                  1956
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "range": [
                                                1918,
                                                1956
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 50
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1957,
                                                  1958
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 52
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1918,
                                              1959
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 53
                                              }
                                            }
                                          },
                                          "range": [
                                            1918,
                                            1960
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 54
                                            }
                                          }
                                        },
                                        {
                                          "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": "orig",
                                                      "range": [
                                                        1973,
                                                        1977
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "equals",
                                                      "range": [
                                                        1978,
                                                        1984
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 23
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1973,
                                                      1984
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 23
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "puff",
                                                        "range": [
                                                          1985,
                                                          1989
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "center",
                                                        "range": [
                                                          1990,
                                                          1996
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 35
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1985,
                                                        1996
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 35
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    1973,
                                                    1997
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "should",
                                                  "range": [
                                                    1998,
                                                    2004
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1973,
                                                  2004
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "be",
                                                "range": [
                                                  2005,
                                                  2007
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                1973,
                                                2007
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "true",
                                              "range": [
                                                2008,
                                                2012
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 51
                                                }
                                              }
                                            },
                                            "range": [
                                              1973,
                                              2012
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            1973,
                                            2013
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1759,
                                        2023
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1753,
                                      2023
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 66,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1724,
                                  2024
                                ],
                                "loc": {
                                  "start": {
                                    "line": 60,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 30,
                                "_esdocTestName": "it30"
                              },
                              "range": [
                                1724,
                                2025
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 66,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    2035,
                                    2037
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should calculate distance total traveled with changing wind",
                                    "raw": "'should calculate distance total traveled with changing wind'",
                                    "range": [
                                      2038,
                                      2099
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 72
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  2125,
                                                  2128
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "puff",
                                                  "range": [
                                                    2131,
                                                    2135
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 22
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "atmosphere",
                                                  "range": [
                                                    2136,
                                                    2146
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2131,
                                                  2146
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                2125,
                                                2146
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 37
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            2121,
                                            2147
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 38
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  2160,
                                                  2163
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 15
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "setWindSpeed",
                                                "range": [
                                                  2164,
                                                  2176
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                2160,
                                                2176
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      2178,
                                                      2179
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      2181,
                                                      2182
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 34
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2177,
                                                  2183
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 35
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2160,
                                              2184
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            2160,
                                            2185
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 37
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "puff",
                                                "range": [
                                                  2198,
                                                  2202
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "step",
                                                "range": [
                                                  2203,
                                                  2207
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                2198,
                                                2207
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 60,
                                                "raw": "60",
                                                "range": [
                                                  2208,
                                                  2210
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 24
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2198,
                                              2211
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            2198,
                                            2212
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 26
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  2225,
                                                  2228
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 15
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "setWindSpeed",
                                                "range": [
                                                  2229,
                                                  2241
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                2225,
                                                2241
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1",
                                                    "range": [
                                                      2243,
                                                      2244
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 72,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 72,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 4,
                                                    "raw": "4",
                                                    "range": [
                                                      2245,
                                                      2246
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 72,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 72,
                                                        "column": 33
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2242,
                                                  2247
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 34
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2225,
                                              2248
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 35
                                              }
                                            }
                                          },
                                          "range": [
                                            2225,
                                            2249
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 36
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "puff",
                                                "range": [
                                                  2262,
                                                  2266
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "step",
                                                "range": [
                                                  2267,
                                                  2271
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                2262,
                                                2271
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 60,
                                                "raw": "60",
                                                "range": [
                                                  2272,
                                                  2274
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 24
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2262,
                                              2275
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            2262,
                                            2276
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 26
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  2289,
                                                  2292
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 15
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "setWindSpeed",
                                                "range": [
                                                  2293,
                                                  2305
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 28
                                                  }
                                                }
                                              },
                                              "range": [
                                                2289,
                                                2305
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 28
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrayExpression",
                                                "elements": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 2,
                                                    "raw": "2",
                                                    "range": [
                                                      2307,
                                                      2308
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 8,
                                                    "raw": "8",
                                                    "range": [
                                                      2310,
                                                      2311
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 34
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2306,
                                                  2312
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 35
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2289,
                                              2313
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            2289,
                                            2314
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 37
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "puff",
                                                "range": [
                                                  2327,
                                                  2331
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "step",
                                                "range": [
                                                  2332,
                                                  2336
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 21
                                                  }
                                                }
                                              },
                                              "range": [
                                                2327,
                                                2336
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 60,
                                                "raw": "60",
                                                "range": [
                                                  2337,
                                                  2339
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 75,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 75,
                                                    "column": 24
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2327,
                                              2340
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 25
                                              }
                                            }
                                          },
                                          "range": [
                                            2327,
                                            2341
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 26
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        2354,
                                                        2358
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "distanceTraveled",
                                                      "range": [
                                                        2359,
                                                        2375
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2354,
                                                      2375
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 33
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      2376,
                                                      2382
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2354,
                                                    2382
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    2383,
                                                    2385
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 43
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2354,
                                                  2385
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "above",
                                                "range": [
                                                  2386,
                                                  2391
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "range": [
                                                2354,
                                                2391
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 49
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "puff",
                                                  "range": [
                                                    2392,
                                                    2396
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "distanceFromStart",
                                                  "range": [
                                                    2397,
                                                    2414
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 76,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 76,
                                                      "column": 72
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2392,
                                                  2414
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 72
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2354,
                                              2415
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 73
                                              }
                                            }
                                          },
                                          "range": [
                                            2354,
                                            2416
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 74
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "console",
                                                "range": [
                                                  2429,
                                                  2436
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "log",
                                                "range": [
                                                  2437,
                                                  2440
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 23
                                                  }
                                                }
                                              },
                                              "range": [
                                                2429,
                                                2440
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "TemplateLiteral",
                                                "quasis": [
                                                  {
                                                    "type": "TemplateElement",
                                                    "value": {
                                                      "raw": "Puff has traveled ",
                                                      "cooked": "Puff has traveled "
                                                    },
                                                    "tail": false,
                                                    "range": [
                                                      2441,
                                                      2462
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "TemplateElement",
                                                    "value": {
                                                      "raw": "m total",
                                                      "cooked": "m total"
                                                    },
                                                    "tail": true,
                                                    "range": [
                                                      2483,
                                                      2492
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 75
                                                      }
                                                    }
                                                  }
                                                ],
                                                "expressions": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "puff",
                                                      "range": [
                                                        2462,
                                                        2466
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 45
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 49
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "distanceTraveled",
                                                      "range": [
                                                        2467,
                                                        2483
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 66
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2462,
                                                      2483
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 66
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2441,
                                                  2492
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 75
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2429,
                                              2493
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 76
                                              }
                                            }
                                          },
                                          "range": [
                                            2429,
                                            2494
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 77
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2107,
                                        2504
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 80
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      2101,
                                      2504
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 74
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2035,
                                  2505
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 31,
                                "_esdocTestName": "it31"
                              },
                              "range": [
                                2035,
                                2506
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 78,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            1031,
                            2512
                          ],
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 41
                            },
                            "end": {
                              "line": 79,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1025,
                          2512
                        ],
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 35
                          },
                          "end": {
                            "line": 79,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      994,
                      2513
                    ],
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 4
                      },
                      "end": {
                        "line": 79,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 28,
                    "_esdocTestName": "describe28"
                  },
                  "range": [
                    994,
                    2514
                  ],
                  "loc": {
                    "start": {
                      "line": 39,
                      "column": 4
                    },
                    "end": {
                      "line": 79,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                183,
                2517
              ],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 43
                },
                "end": {
                  "line": 81,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              172,
              2517
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 32
              },
              "end": {
                "line": 81,
                "column": 1
              }
            }
          }
        ],
        "range": [
          140,
          2518
        ],
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 81,
            "column": 2
          }
        },
        "_esdocTestId": 24,
        "_esdocTestName": "describe24"
      },
      "range": [
        140,
        2519
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 81,
          "column": 3
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    42,
    2519
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 81,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Created by austin on 6/22/16.\n ",
      "range": [
        0,
        40
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": " Move one minute",
      "range": [
        1629,
        1647
      ],
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 45
        }
      }
    },
    {
      "type": "Line",
      "value": " Move one minute",
      "range": [
        1843,
        1861
      ],
      "loc": {
        "start": {
          "line": 62,
          "column": 27
        },
        "end": {
          "line": 62,
          "column": 45
        }
      }
    }
  ]
}