We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fd714 commit 0ee605bCopy full SHA for 0ee605b
packages/types/src/providers/__tests__/claude-code.spec.ts
@@ -1,5 +1,5 @@
1
import { describe, test, expect } from "vitest"
2
-import { convertModelNameForVertex, getClaudeCodeModelId } from "../claude-code"
+import { convertModelNameForVertex, getClaudeCodeModelId } from "../claude-code.js"
3
4
describe("convertModelNameForVertex", () => {
5
test("should convert hyphen-date format to @date format", () => {
@@ -38,4 +38,4 @@ describe("getClaudeCodeModelId", () => {
38
test("should default to useVertex false when parameter not provided", () => {
39
expect(getClaudeCodeModelId("claude-sonnet-4-20250514")).toBe("claude-sonnet-4-20250514")
40
})
41
-})
+})
0 commit comments