diff --git a/test/jest/Netscript/RamCalculation.test.ts b/test/jest/Netscript/RamCalculation.test.ts index 97f458262..00c8e76d3 100644 --- a/test/jest/Netscript/RamCalculation.test.ts +++ b/test/jest/Netscript/RamCalculation.test.ts @@ -26,6 +26,7 @@ function grabCost(ramEntry: RamCostTree[keyof API]) { describe("Netscript RAM Calculation/Generation Tests", function () { jest.spyOn(console, "warn").mockImplementation(() => {}); + jest.spyOn(console, "error").mockImplementation(() => {}); Player.sourceFiles.set(4, 3); // For simulating costs of singularity functions. const baseCost = RamCostConstants.Base;