Skip to content

Commit 5351e68

Browse files
committed
fix(tests): remove showCmdPaletteTutorial from useAuthPrompt test
- Eliminate the showCmdPaletteTutorial property from the test setup in useAuthPrompt.test.tsx to streamline the test configuration. - This change helps maintain focus on relevant test scenarios and improves clarity in the test structure.
1 parent d322254 commit 5351e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/views/Day/hooks/onboarding/useAuthPrompt.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ describe("useAuthPrompt", () => {
168168
tasks: [{ id: "1" }, { id: "2" }],
169169
hasNavigatedDates: false,
170170
showOnboardingOverlay: true,
171-
showCmdPaletteTutorial: false,
172171
}),
173172
{
174173
wrapper: ({ children }) => (

0 commit comments

Comments
 (0)