Add some test TODOs

This commit is contained in:
thepaperpilot 2023-03-23 20:16:59 -05:00
parent f94c0c1f68
commit f47cc23eea

View file

@ -996,6 +996,10 @@ describe("Custom Formulas", () => {
}).invertIntegral(8) }).invertIntegral(8)
).compare_tolerance(1)); ).compare_tolerance(1));
}); });
describe.todo("Formula as input");
describe.todo("Determines invertibility etc. correctly");
}); });
describe("Buy Max", () => { describe("Buy Max", () => {