Skip to content

Commit 0ee605b

Browse files
fix
1 parent 68fd714 commit 0ee605b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/types/src/providers/__tests__/claude-code.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, test, expect } from "vitest"
2-
import { convertModelNameForVertex, getClaudeCodeModelId } from "../claude-code"
2+
import { convertModelNameForVertex, getClaudeCodeModelId } from "../claude-code.js"
33

44
describe("convertModelNameForVertex", () => {
55
test("should convert hyphen-date format to @date format", () => {
@@ -38,4 +38,4 @@ describe("getClaudeCodeModelId", () => {
3838
test("should default to useVertex false when parameter not provided", () => {
3939
expect(getClaudeCodeModelId("claude-sonnet-4-20250514")).toBe("claude-sonnet-4-20250514")
4040
})
41-
})
41+
})

0 commit comments

Comments
 (0)