Add some test TODOs
This commit is contained in:
parent
f94c0c1f68
commit
f47cc23eea
1 changed files with 4 additions and 0 deletions
|
@ -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", () => {
|
||||||
|
|
Loading…
Reference in a new issue