Skip to content

Commit 37aab95

Browse files
committed
update
1 parent 8f5d2b7 commit 37aab95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { jest, describe, it, expect, beforeEach } from "@jest/globals";
1+
import { jest, describe, it, expect } from "@jest/globals";
22
import { runServer } from "../../src/index";
33
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio";
44

@@ -21,7 +21,7 @@ jest.mock("../../src/server.ts", () => {
2121

2222
describe("Server initialization", () => {
2323
it("should create a server instance", async () => {
24-
const server = await runServer();
24+
await runServer();
2525
expect(StdioServerTransport).toHaveBeenCalled();
2626
});
2727
});

0 commit comments

Comments
 (0)