Skip to content

Commit

Permalink
Hooks don't work in vitest yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Oct 23, 2024
1 parent d9972f7 commit 3cfcd71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/core/template/stories/hooks.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { useEffect, useState } from '@storybook/core/preview-api';

export default {
component: globalThis.Components.Button,
tags: ['!vitest']
};

export const UseState = {
Expand Down

0 comments on commit 3cfcd71

Please sign in to comment.