We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6973d1 commit 9cece7fCopy full SHA for 9cece7f
1 file changed
packages/web/src/pages/profile-page/ProfilePage.test.tsx
@@ -66,7 +66,7 @@ export function renderProfilePage(
66
user: any,
67
options?: RenderOptions & { initialRoute?: string }
68
) {
69
- const { initialRoute, ...renderOptions } = options ?? {}
+ const { ...renderOptions } = options ?? {}
70
mswServer.use(
71
mockUserByHandle(user),
72
mockRelatedUsers(user),
0 commit comments