Skip to content

Commit a1d38ff

Browse files
committed
fix: desplop
1 parent 1745c1b commit a1d38ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/ui/mcpUIFeature.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ describe("mcpUI feature with custom UIs", () => {
164164
const initServerWithCustomUIs = async (
165165
customUIs: Record<string, string>
166166
): Promise<{ server: Server; transport: Transport }> => {
167-
// Convert Record to function
168167
const customUIsFunction = (toolName: string): string | null => customUIs[toolName] ?? null;
169168
const userConfig = {
170169
...defaultTestConfig,

0 commit comments

Comments
 (0)