{
  "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/20/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": [
              64,
              68
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 7,
                "column": 11
              }
            }
          },
          "range": [
            64,
            68
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 7
            },
            "end": {
              "line": 7,
              "column": 11
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "chai",
        "raw": "'chai'",
        "range": [
          74,
          80
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 17
          },
          "end": {
            "line": 7,
            "column": 23
          }
        }
      },
      "range": [
        57,
        81
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "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": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "expect",
            "range": [
              130,
              136
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 6
              },
              "end": {
                "line": 10,
                "column": 12
              }
            }
          },
          "init": {
            "type": "MemberExpression",
            "computed": false,
            "object": {
              "type": "Identifier",
              "name": "chai",
              "range": [
                139,
                143
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 15
                },
                "end": {
                  "line": 10,
                  "column": 19
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "expect",
              "range": [
                144,
                150
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 20
                },
                "end": {
                  "line": 10,
                  "column": 26
                }
              }
            },
            "range": [
              139,
              150
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 15
              },
              "end": {
                "line": 10,
                "column": 26
              }
            }
          },
          "range": [
            130,
            150
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 6
            },
            "end": {
              "line": 10,
              "column": 26
            }
          }
        }
      ],
      "kind": "const",
      "range": [
        124,
        151
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              152,
              156
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 4
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "should",
            "range": [
              157,
              163
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 5
              },
              "end": {
                "line": 11,
                "column": 11
              }
            }
          },
          "range": [
            152,
            163
          ],
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 11
            }
          }
        },
        "arguments": [],
        "range": [
          152,
          165
        ],
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 13
          }
        }
      },
      "range": [
        152,
        166
      ],
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            168,
            176
          ],
          "loc": {
            "start": {
              "line": 13,
              "column": 0
            },
            "end": {
              "line": 13,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "NuclearMaterial",
            "raw": "'NuclearMaterial'",
            "range": [
              177,
              194
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 9
              },
              "end": {
                "line": 13,
                "column": 26
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "VariableDeclaration",
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "id": {
                        "type": "Identifier",
                        "name": "pu238",
                        "range": [
                          217,
                          222
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 14,
                            "column": 13
                          }
                        }
                      },
                      "init": null,
                      "range": [
                        217,
                        222
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 14,
                          "column": 13
                        }
                      }
                    },
                    {
                      "type": "VariableDeclarator",
                      "id": {
                        "type": "Identifier",
                        "name": "cobalt60",
                        "range": [
                          224,
                          232
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 15
                          },
                          "end": {
                            "line": 14,
                            "column": 23
                          }
                        }
                      },
                      "init": null,
                      "range": [
                        224,
                        232
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 15
                        },
                        "end": {
                          "line": 14,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "kind": "let",
                  "range": [
                    213,
                    233
                  ],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 4
                    },
                    "end": {
                      "line": 14,
                      "column": 24
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        238,
                        246
                      ],
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 15,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Constructor",
                        "raw": "'Constructor'",
                        "range": [
                          247,
                          260
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 13
                          },
                          "end": {
                            "line": 15,
                            "column": 26
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    278,
                                    280
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should construct from half life",
                                    "raw": "'should construct from half life'",
                                    "range": [
                                      281,
                                      314
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 44
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "pu238",
                                              "range": [
                                                336,
                                                341
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "db",
                                                  "range": [
                                                    348,
                                                    350
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 26
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "NuclearMaterial",
                                                  "range": [
                                                    351,
                                                    366
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 42
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  348,
                                                  366
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 17,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 17,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "value": 2767540000,
                                                  "raw": "2767540000",
                                                  "range": [
                                                    367,
                                                    377
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 53
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 238,
                                                  "raw": "238",
                                                  "range": [
                                                    379,
                                                    382
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 100,
                                                  "raw": "100",
                                                  "range": [
                                                    384,
                                                    387
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 63
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                344,
                                                388
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "range": [
                                              336,
                                              388
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 17,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 17,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            336,
                                            389
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 17,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 17,
                                              "column": 65
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        322,
                                        399
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      316,
                                      399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  278,
                                  400
                                ],
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 47,
                                "_esdocTestName": "it47"
                              },
                              "range": [
                                278,
                                401
                              ],
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    419,
                                    421
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should construct from preset",
                                    "raw": "'should construct from preset'",
                                    "range": [
                                      422,
                                      452
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 41
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "operator": "=",
                                            "left": {
                                              "type": "Identifier",
                                              "name": "cobalt60",
                                              "range": [
                                                474,
                                                482
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 20
                                                }
                                              }
                                            },
                                            "right": {
                                              "type": "NewExpression",
                                              "callee": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "db",
                                                  "range": [
                                                    489,
                                                    491
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "NuclearMaterial",
                                                  "range": [
                                                    492,
                                                    507
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 45
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  489,
                                                  507
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "value": "Cobalt",
                                                  "raw": "\"Cobalt\"",
                                                  "range": [
                                                    508,
                                                    516
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 54
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 60,
                                                  "raw": "60",
                                                  "range": [
                                                    518,
                                                    520
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 58
                                                    }
                                                  }
                                                },
                                                {
                                                  "type": "Literal",
                                                  "value": 100,
                                                  "raw": "100",
                                                  "range": [
                                                    522,
                                                    525
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 63
                                                    }
                                                  }
                                                }
                                              ],
                                              "range": [
                                                485,
                                                526
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 64
                                                }
                                              }
                                            },
                                            "range": [
                                              474,
                                              526
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 21,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 21,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            474,
                                            527
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 21,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 21,
                                              "column": 65
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        460,
                                        537
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 49
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      454,
                                      537
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  419,
                                  538
                                ],
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 48,
                                "_esdocTestName": "it48"
                              },
                              "range": [
                                419,
                                539
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    557,
                                    559
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should throw error if preset is not found",
                                    "raw": "'should throw error if preset is not found'",
                                    "range": [
                                      560,
                                      603
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 54
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "badConstruction",
                                                "range": [
                                                  629,
                                                  644
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "FunctionExpression",
                                                "id": null,
                                                "params": [],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "body": [
                                                    {
                                                      "type": "ReturnStatement",
                                                      "argument": {
                                                        "type": "NewExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "db",
                                                            "range": [
                                                              687,
                                                              689
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 29
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "NuclearMaterial",
                                                            "range": [
                                                              690,
                                                              705
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 30
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 45
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            687,
                                                            705
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 26,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 26,
                                                              "column": 45
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "value": "WMD",
                                                            "raw": "\"WMD\"",
                                                            "range": [
                                                              706,
                                                              711
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 51
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 2001,
                                                            "raw": "2001",
                                                            "range": [
                                                              713,
                                                              717
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 53
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 57
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "value": 100,
                                                            "raw": "100",
                                                            "range": [
                                                              719,
                                                              722
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 26,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 26,
                                                                "column": 62
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          683,
                                                          723
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 26,
                                                            "column": 23
                                                          },
                                                          "end": {
                                                            "line": 26,
                                                            "column": 63
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        676,
                                                        724
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 64
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    658,
                                                    738
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 13
                                                    }
                                                  }
                                                },
                                                "generator": false,
                                                "expression": false,
                                                "range": [
                                                  647,
                                                  738
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 13
                                                  }
                                                }
                                              },
                                              "range": [
                                                629,
                                                738
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 13
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            625,
                                            739
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 14
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "name": "expect",
                                                    "range": [
                                                      752,
                                                      758
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 28,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 28,
                                                        "column": 18
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "name": "badConstruction",
                                                      "range": [
                                                        759,
                                                        774
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 34
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    752,
                                                    775
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "to",
                                                  "range": [
                                                    776,
                                                    778
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  752,
                                                  778
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "throw",
                                                "range": [
                                                  779,
                                                  784
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                752,
                                                784
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "name": "Error",
                                                "range": [
                                                  785,
                                                  790
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "value": {},
                                                "raw": "/no preset/",
                                                "regex": {
                                                  "pattern": "no preset",
                                                  "flags": ""
                                                },
                                                "range": [
                                                  792,
                                                  803
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 63
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              752,
                                              804
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 64
                                              }
                                            }
                                          },
                                          "range": [
                                            752,
                                            805
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 65
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        611,
                                        815
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 62
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      605,
                                      815
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  557,
                                  816
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 49,
                                "_esdocTestName": "it49"
                              },
                              "range": [
                                557,
                                817
                              ],
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 8
                                },
                                "end": {
                                  "line": 29,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            268,
                            823
                          ],
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 34
                            },
                            "end": {
                              "line": 30,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          262,
                          823
                        ],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 28
                          },
                          "end": {
                            "line": 30,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      238,
                      824
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 4
                      },
                      "end": {
                        "line": 30,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 46,
                    "_esdocTestName": "describe46"
                  },
                  "range": [
                    238,
                    825
                  ],
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 4
                    },
                    "end": {
                      "line": 30,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        835,
                        843
                      ],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Getters",
                        "raw": "'Getters'",
                        "range": [
                          844,
                          853
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 13
                          },
                          "end": {
                            "line": 32,
                            "column": 22
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    871,
                                    873
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should return sample mass",
                                    "raw": "'should return sample mass'",
                                    "range": [
                                      874,
                                      901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 33,
                                        "column": 38
                                      }
                                    }
                                  },
                                  {
                                    "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": "pu238",
                                                      "range": [
                                                        923,
                                                        928
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 17
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "mass",
                                                      "range": [
                                                        929,
                                                        933
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 22
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      923,
                                                      933
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 22
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      934,
                                                      940
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    923,
                                                    940
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 29
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    941,
                                                    943
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  923,
                                                  943
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 32
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  944,
                                                  949
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "range": [
                                                923,
                                                949
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 38
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 100,
                                                "raw": "100",
                                                "range": [
                                                  950,
                                                  953
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 42
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              923,
                                              954
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 43
                                              }
                                            }
                                          },
                                          "range": [
                                            923,
                                            955
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 44
                                            }
                                          }
                                        },
                                        {
                                          "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": "cobalt60",
                                                      "range": [
                                                        968,
                                                        976
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "mass",
                                                      "range": [
                                                        977,
                                                        981
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 25
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      968,
                                                      981
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 25
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      982,
                                                      988
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 32
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    968,
                                                    988
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 32
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    989,
                                                    991
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  968,
                                                  991
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 35
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  992,
                                                  997
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                968,
                                                997
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 100,
                                                "raw": "100",
                                                "range": [
                                                  998,
                                                  1001
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 45
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              968,
                                              1002
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "range": [
                                            968,
                                            1003
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 47
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        909,
                                        1013
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      903,
                                      1013
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 33,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  871,
                                  1014
                                ],
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 51,
                                "_esdocTestName": "it51"
                              },
                              "range": [
                                871,
                                1015
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1033,
                                    1035
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should return atomic mass",
                                    "raw": "'should return atomic mass'",
                                    "range": [
                                      1036,
                                      1063
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 38
                                      }
                                    }
                                  },
                                  {
                                    "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": "pu238",
                                                      "range": [
                                                        1085,
                                                        1090
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 17
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "atomicMass",
                                                      "range": [
                                                        1091,
                                                        1101
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1085,
                                                      1101
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 28
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1102,
                                                      1108
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1085,
                                                    1108
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1109,
                                                    1111
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1085,
                                                  1111
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 38
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1112,
                                                  1117
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                1085,
                                                1117
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 44
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 238,
                                                "raw": "238",
                                                "range": [
                                                  1118,
                                                  1121
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 48
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1085,
                                              1122
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "range": [
                                            1085,
                                            1123
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 50
                                            }
                                          }
                                        },
                                        {
                                          "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": "cobalt60",
                                                      "range": [
                                                        1136,
                                                        1144
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "atomicMass",
                                                      "range": [
                                                        1145,
                                                        1155
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1136,
                                                      1155
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1156,
                                                      1162
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1136,
                                                    1162
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 38
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1163,
                                                    1165
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1136,
                                                  1165
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1166,
                                                  1171
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                1136,
                                                1171
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 47
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 60,
                                                "raw": "60",
                                                "range": [
                                                  1172,
                                                  1174
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 50
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1136,
                                              1175
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 51
                                              }
                                            }
                                          },
                                          "range": [
                                            1136,
                                            1176
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 52
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1071,
                                        1186
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1065,
                                      1186
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1033,
                                  1187
                                ],
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 52,
                                "_esdocTestName": "it52"
                              },
                              "range": [
                                1033,
                                1188
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1206,
                                    1208
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should return half life",
                                    "raw": "'should return half life'",
                                    "range": [
                                      1209,
                                      1234
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 36
                                      }
                                    }
                                  },
                                  {
                                    "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": "pu238",
                                                      "range": [
                                                        1256,
                                                        1261
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 17
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "halfLife",
                                                      "range": [
                                                        1262,
                                                        1270
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 44,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 44,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1256,
                                                      1270
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 26
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1271,
                                                      1277
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 44,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 44,
                                                        "column": 33
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1256,
                                                    1277
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 33
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1278,
                                                    1280
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 44,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 44,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1256,
                                                  1280
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 36
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1281,
                                                  1286
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 42
                                                  }
                                                }
                                              },
                                              "range": [
                                                1256,
                                                1286
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 2767540000,
                                                "raw": "2767540000",
                                                "range": [
                                                  1287,
                                                  1297
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 44,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 44,
                                                    "column": 53
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1256,
                                              1298
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 44,
                                                "column": 54
                                              }
                                            }
                                          },
                                          "range": [
                                            1256,
                                            1299
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 55
                                            }
                                          }
                                        },
                                        {
                                          "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": "cobalt60",
                                                      "range": [
                                                        1312,
                                                        1320
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "halfLife",
                                                      "range": [
                                                        1321,
                                                        1329
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 29
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1312,
                                                      1329
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1330,
                                                      1336
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1312,
                                                    1336
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 36
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1337,
                                                    1339
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1312,
                                                  1339
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 39
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1340,
                                                  1345
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 45
                                                  }
                                                }
                                              },
                                              "range": [
                                                1312,
                                                1345
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 166349000,
                                                "raw": "166349000",
                                                "range": [
                                                  1346,
                                                  1355
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 55
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1312,
                                              1356
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 56
                                              }
                                            }
                                          },
                                          "range": [
                                            1312,
                                            1357
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 57
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1242,
                                        1367
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1236,
                                      1367
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1206,
                                  1368
                                ],
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 53,
                                "_esdocTestName": "it53"
                              },
                              "range": [
                                1206,
                                1369
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    1387,
                                    1389
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should return decayMode if provided",
                                    "raw": "'should return decayMode if provided'",
                                    "range": [
                                      1390,
                                      1427
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 48
                                      }
                                    }
                                  },
                                  {
                                    "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": "pu238",
                                                      "range": [
                                                        1449,
                                                        1454
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 17
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "decayMode",
                                                      "range": [
                                                        1455,
                                                        1464
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 18
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 27
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1449,
                                                      1464
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 27
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1465,
                                                      1471
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1449,
                                                    1471
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 34
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1472,
                                                    1474
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1449,
                                                  1474
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1475,
                                                  1480
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 43
                                                  }
                                                }
                                              },
                                              "range": [
                                                1449,
                                                1480
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 49,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 49,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "",
                                                "raw": "''",
                                                "range": [
                                                  1481,
                                                  1483
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 49,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 46
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1449,
                                              1484
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 49,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 47
                                              }
                                            }
                                          },
                                          "range": [
                                            1449,
                                            1485
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 49,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 48
                                            }
                                          }
                                        },
                                        {
                                          "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": "cobalt60",
                                                      "range": [
                                                        1498,
                                                        1506
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 50,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 50,
                                                          "column": 20
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "decayMode",
                                                      "range": [
                                                        1507,
                                                        1516
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 50,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 50,
                                                          "column": 30
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1498,
                                                      1516
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 30
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1517,
                                                      1523
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1498,
                                                    1523
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1524,
                                                    1526
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1498,
                                                  1526
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1527,
                                                  1532
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "range": [
                                                1498,
                                                1532
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 50,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 50,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": "beta,gamma,gamma",
                                                "raw": "'beta,gamma,gamma'",
                                                "range": [
                                                  1533,
                                                  1551
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 50,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 50,
                                                    "column": 65
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1498,
                                              1552
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 50,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 50,
                                                "column": 66
                                              }
                                            }
                                          },
                                          "range": [
                                            1498,
                                            1553
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 50,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 50,
                                              "column": 67
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1435,
                                        1563
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1429,
                                      1563
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1387,
                                  1564
                                ],
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 54,
                                "_esdocTestName": "it54"
                              },
                              "range": [
                                1387,
                                1565
                              ],
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            861,
                            1571
                          ],
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 30
                            },
                            "end": {
                              "line": 52,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          855,
                          1571
                        ],
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 24
                          },
                          "end": {
                            "line": 52,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      835,
                      1572
                    ],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 4
                      },
                      "end": {
                        "line": 52,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 50,
                    "_esdocTestName": "describe50"
                  },
                  "range": [
                    835,
                    1573
                  ],
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 4
                    },
                    "end": {
                      "line": 53,
                      "column": 0
                    }
                  }
                }
              ],
              "range": [
                207,
                1574
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 39
                },
                "end": {
                  "line": 53,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              196,
              1574
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 28
              },
              "end": {
                "line": 53,
                "column": 1
              }
            }
          }
        ],
        "range": [
          168,
          1575
        ],
        "loc": {
          "start": {
            "line": 13,
            "column": 0
          },
          "end": {
            "line": 53,
            "column": 2
          }
        },
        "_esdocTestId": 45,
        "_esdocTestName": "describe45"
      },
      "range": [
        168,
        1576
      ],
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 53,
          "column": 3
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    42,
    1576
  ],
  "loc": {
    "start": {
      "line": 5,
      "column": 0
    },
    "end": {
      "line": 53,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Created by austin on 6/20/16.\n ",
      "range": [
        0,
        40
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    }
  ]
}