This commit is contained in:
parent
85ad7f7387
commit
e9e2723c28
30 changed files with 380 additions and 44 deletions
|
|
@ -245,7 +245,7 @@ describe("live manifest", () => {
|
|||
const filters = {
|
||||
...buildDefaultFlowFilters(),
|
||||
minNotional: 500_000,
|
||||
optionTypes: ["put"] as const
|
||||
optionTypes: ["put" as const]
|
||||
};
|
||||
const manifest = getLiveManifest(
|
||||
"/options",
|
||||
|
|
@ -366,7 +366,7 @@ describe("contract-focused option helpers", () => {
|
|||
const filters = {
|
||||
...buildDefaultFlowFilters(),
|
||||
minNotional: 500_000,
|
||||
optionTypes: ["put"] as const
|
||||
optionTypes: ["put" as const]
|
||||
};
|
||||
|
||||
expect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue