Skip to content

Commit 4ccccee

Browse files
jasonLasterclaude
andcommitted
fix formatting in KeybindingsToast browser test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 99f657a commit 4ccccee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/web/src/components/KeybindingsToast.browser.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,7 @@ async function mountApp(): Promise<{ cleanup: () => Promise<void> }> {
265265
host.style.overflow = "hidden";
266266
document.body.append(host);
267267

268-
const router = getRouter(
269-
createMemoryHistory({ initialEntries: [`/${THREAD_ID}`] }),
270-
);
268+
const router = getRouter(createMemoryHistory({ initialEntries: [`/${THREAD_ID}`] }));
271269

272270
const screen = await render(<RouterProvider router={router} />, { container: host });
273271
await waitForComposerEditor();

0 commit comments

Comments
 (0)