diff --git a/tests/game/formulas.test.ts b/tests/game/formulas.test.ts index 13a6e53..4003051 100644 --- a/tests/game/formulas.test.ts +++ b/tests/game/formulas.test.ts @@ -996,6 +996,10 @@ describe("Custom Formulas", () => { }).invertIntegral(8) ).compare_tolerance(1)); }); + + describe.todo("Formula as input"); + + describe.todo("Determines invertibility etc. correctly"); }); describe("Buy Max", () => {