add repo-wide typechecking
Some checks are pending
CI / Validate (push) Waiting to run

This commit is contained in:
dirtydishes 2026-05-29 02:19:30 -04:00
parent 85ad7f7387
commit e9e2723c28
30 changed files with 380 additions and 44 deletions

View file

@ -40,7 +40,7 @@ describe("synthetic admin proxy helpers", () => {
}
});
});
globalThis.fetch = fetchMock as typeof fetch;
globalThis.fetch = fetchMock as unknown as typeof fetch;
const route = await import("./status/route");
const response = await route.GET();

View file

@ -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(