From f47cc23eea29a1160d1ef037381be0522f9124f7 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 23 Mar 2023 20:16:59 -0500 Subject: [PATCH] Add some test TODOs --- tests/game/formulas.test.ts | 4 ++++ 1 file changed, 4 insertions(+) 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", () => {