From 95abd09c39515f211ad3763f876106f7ba1a2697 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 30 Jul 2026 22:21:29 +0800 Subject: [PATCH] style: format navigation tests --- .../src/navigation/use-browser-pathname.test.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/apps/web/src/navigation/use-browser-pathname.test.tsx b/apps/web/src/navigation/use-browser-pathname.test.tsx index d2f1908..ee8a530 100644 --- a/apps/web/src/navigation/use-browser-pathname.test.tsx +++ b/apps/web/src/navigation/use-browser-pathname.test.tsx @@ -53,8 +53,20 @@ describe('useBrowserPathname', () => { }); it.each([ - ['target window', Excluded, {}], - ['download', Excluded, {}], + [ + 'target window', + + Excluded + , + {}, + ], + [ + 'download', + + Excluded + , + {}, + ], ['external origin', Excluded, {}], ['hash-only navigation', Excluded, {}], ['middle click', Excluded, { button: 1 }],