From a7a9659dddbaa22f7dc10936ae655b42c41d76dc Mon Sep 17 00:00:00 2001 From: HitMargin Date: Mon, 6 Apr 2026 10:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/model/__tests__/providers.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/model/__tests__/providers.test.ts b/src/utils/model/__tests__/providers.test.ts index 0f5e55379..5db583e61 100644 --- a/src/utils/model/__tests__/providers.test.ts +++ b/src/utils/model/__tests__/providers.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test, beforeEach, afterEach, beforeAll, afterAll } from "bun:test"; -import { getAPIProvider, isFirstPartyAnthropicBaseUrl } from "../providers"; +// import { getAPIProvider, isFirstPartyAnthropicBaseUrl } from "../providers"; import { readFileSync, writeFileSync } from "fs"; import path from "path"; import { fileURLToPath } from "url"; @@ -11,7 +11,7 @@ const __dirname = path.dirname(__filename); function getSettingsPath(): string { return path.join(homedir(), ".claude", "settings.json"); } -import { afterEach, beforeEach, describe, expect, mock, test } from "bun:test"; +import { mock } from "bun:test"; let mockedModelType: "gemini" | undefined;