Skip to content

Commit b612518

Browse files
committed
🎨 Fix prettier formatting in Next.js router test
1 parent c4e7484 commit b612518

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

‎test/e2e/scenario/plugins/basePluginRouterTests.ts‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ export function runBasePluginRouterTests(configs: RouterPluginTestConfig[]) {
6767
expect(guidesView).toBeDefined()
6868
expect(guidesView?.view.loading_type).toBe('route_change')
6969
expect(guidesView?.view.url).toContain('/guides/123')
70-
expect(guidesView?.view.referrer).toBe(
71-
stripsTestQueryParams ? `${baseOrigin}${homeViewName}` : baseUrl
72-
)
70+
expect(guidesView?.view.referrer).toBe(stripsTestQueryParams ? `${baseOrigin}${homeViewName}` : baseUrl)
7371

7472
const userView = viewEvents.find((e) => e.view.name === `${viewPrefix}${userRouteName}`)
7573
expect(userView).toBeDefined()

0 commit comments

Comments
 (0)