chore: enable no-floating-promises

This commit is contained in:
Peter Steinberger
2026-04-10 20:03:55 +01:00
parent 2940379361
commit dfe4c2d16d
12 changed files with 42 additions and 43 deletions

View File

@@ -40,7 +40,7 @@ describe("wrapCopilotAnthropicStream", () => {
hasImages: true,
});
wrapped(
void wrapped(
{
provider: "github-copilot",
api: "anthropic-messages",
@@ -76,7 +76,7 @@ describe("wrapCopilotAnthropicStream", () => {
const wrapped = wrapCopilotAnthropicStream(baseStreamFn);
const options = { headers: { Existing: "1" } };
wrapped(
void wrapped(
{
provider: "github-copilot",
api: "openai-responses",
@@ -96,7 +96,7 @@ describe("wrapCopilotAnthropicStream", () => {
streamFn: baseStreamFn,
} as never);
wrapped(
void wrapped(
{
provider: "github-copilot",
api: "openai-responses",