diff --git a/code/core/src/component-testing/components/test-fn.stories.tsx b/code/core/src/component-testing/components/test-fn.stories.tsx deleted file mode 100644 index 6b926a961913..000000000000 --- a/code/core/src/component-testing/components/test-fn.stories.tsx +++ /dev/null @@ -1,177 +0,0 @@ -import React from 'react'; - -import type { StoryContext } from '@storybook/react-vite'; - -import { expect, fn } from 'storybook/test'; - -import preview from '../../../../.storybook/preview'; - -const Button = (args: React.ComponentProps<'button'>) =>