mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
解决报错
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { describe, expect, test, beforeEach, afterEach, beforeAll, afterAll } from "bun:test";
|
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 { readFileSync, writeFileSync } from "fs";
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { fileURLToPath } from "url";
|
import { fileURLToPath } from "url";
|
||||||
@@ -11,7 +11,7 @@ const __dirname = path.dirname(__filename);
|
|||||||
function getSettingsPath(): string {
|
function getSettingsPath(): string {
|
||||||
return path.join(homedir(), ".claude", "settings.json");
|
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;
|
let mockedModelType: "gemini" | undefined;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user