Skip to content

Commit edd10e4

Browse files
committed
fix: updated import path npm test passes now
1 parent f73d8e6 commit edd10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/ToolsTab.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { render, screen, fireEvent, act } from "@testing-library/react";
22
import "@testing-library/jest-dom";
33
import { describe, it, jest, beforeEach } from "@jest/globals";
4-
import ToolsTab from "../ToolsTab";
4+
import ToolsTab from "./ToolsTab";
55
import { Tool } from "@modelcontextprotocol/sdk/types.js";
66
import { Tabs } from "@/components/ui/tabs";
77
import { cacheToolOutputSchemas } from "@/utils/schemaUtils";

0 commit comments

Comments
 (0)