We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4a36d commit a97d826Copy full SHA for a97d826
packages/headless/src/components/tooltip/tooltip.stories.tsx
@@ -1,7 +1,5 @@
1
-import { userEvent, within } from '@storybook/testing-library';
2
import { Meta, StoryObj } from 'storybook-framework-qwik';
3
import { Tooltip, TooltipProps } from './tooltip';
4
-import { expect } from '@storybook/jest';
5
6
const meta: Meta<TooltipProps> = {
7
component: Tooltip,
0 commit comments