mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
fmtlinttest
This commit is contained in:
@@ -132,8 +132,6 @@ describe("Parsing NetScript code to work out static RAM costs", function () {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe("Functions that can be confused with NS functions", function () {
|
||||
it("Function 'get' that can be confused with Stanek.get", async function () {
|
||||
const code = `
|
||||
@@ -171,8 +169,6 @@ describe("Parsing NetScript code to work out static RAM costs", function () {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe("Single files with non-core NS functions", function () {
|
||||
it("Hacknet NS function with a cost from namespace", async function () {
|
||||
const code = `
|
||||
@@ -330,7 +326,5 @@ describe("Parsing NetScript code to work out static RAM costs", function () {
|
||||
const calculated = (await calculateRamUsage(Player, code, [lib])).cost;
|
||||
expectCost(calculated, GrowCost);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user