Skip to content

Commit

Permalink
Removed redundant beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Aug 9, 2024
1 parent 0b29098 commit 1b01ad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/note/[id]/page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const LoginShouldGetOAuthTokenAndSetCookie: Story = {
}

export const LogoutShouldDeleteCookie: Story = {
async beforeEach() {},
play: async ({ mount }) => {
cookies().set(userCookieKey, await createUserCookie('storybookjs'))
const canvas = await mount()
Expand Down

0 comments on commit 1b01ad4

Please sign in to comment.