解决报错
This commit is contained in:
parent
26245e0bd0
commit
a7a9659ddd
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user