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 }],