mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
Adds getAugmentationPrice() and getAugmentationReqRep() Netscript Singularity functions. Deprecates getAugmentationCost() Netscript singularity function.
This commit is contained in:
@@ -812,13 +812,23 @@ describe("Netscript Dynamic RAM Calculation/Generation Tests", function () {
|
||||
await testNonzeroDynamicRamCost(f);
|
||||
});
|
||||
|
||||
it("getAugmentationCost()", async function () {
|
||||
const f = ["getAugmentationCost"];
|
||||
await testNonzeroDynamicRamCost(f);
|
||||
});
|
||||
|
||||
it("getAugmentationPrereq()", async function () {
|
||||
const f = ["getAugmentationPrereq"];
|
||||
await testNonzeroDynamicRamCost(f);
|
||||
});
|
||||
|
||||
it("getAugmentationCost()", async function () {
|
||||
const f = ["getAugmentationCost"];
|
||||
it("getAugmentationPrice()", async function () {
|
||||
const f = ["getAugmentationPrice"];
|
||||
await testNonzeroDynamicRamCost(f);
|
||||
});
|
||||
|
||||
it("getAugmentationRepReq()", async function () {
|
||||
const f = ["getAugmentationRepReq"];
|
||||
await testNonzeroDynamicRamCost(f);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user