Skip to content

Commit a7a9659

Browse files
author
HitMargin
committed
解决报错
1 parent 26245e0 commit a7a9659

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/model/__tests__/providers.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, test, beforeEach, afterEach, beforeAll, afterAll } from "bun:test";
2-
import { getAPIProvider, isFirstPartyAnthropicBaseUrl } from "../providers";
2+
// import { getAPIProvider, isFirstPartyAnthropicBaseUrl } from "../providers";
33
import { readFileSync, writeFileSync } from "fs";
44
import path from "path";
55
import { fileURLToPath } from "url";
@@ -11,7 +11,7 @@ const __dirname = path.dirname(__filename);
1111
function getSettingsPath(): string {
1212
return path.join(homedir(), ".claude", "settings.json");
1313
}
14-
import { afterEach, beforeEach, describe, expect, mock, test } from "bun:test";
14+
import { mock } from "bun:test";
1515

1616
let mockedModelType: "gemini" | undefined;
1717

0 commit comments

Comments
 (0)