Skip to content

Commit e99a3ed

Browse files
committed
address comment
1 parent d65ee90 commit e99a3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { runServer } from "../../src/index";
33
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio";
44

55
// mock the StdioServerTransport
6-
jest.mock("@modelcontextprotocol/sdk/server/stdio.js");
6+
jest.mock("@modelcontextprotocol/sdk/server/stdio");
77
// mock Server class and its methods
88
jest.mock("../../src/server.ts", () => {
99
return {

0 commit comments

Comments
 (0)