Skip to content

Commit 3561828

Browse files
committed
chore: fix check
1 parent 9cef378 commit 3561828

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ui/hooks/useHostCommunication.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,3 @@ export function useHostCommunication(defaultOptions?: SendMessageOptions): UseHo
138138
[intent, notify, prompt, tool, link, reportSizeChange]
139139
);
140140
}
141-

tests/unit/ui/useHostCommunication.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,3 @@ describe("useHostCommunication", () => {
233233
expect(postMessageMock).toHaveBeenCalledWith(expect.any(Object), "*");
234234
});
235235
});
236-

0 commit comments

Comments
 (0)