Skip to content

Commit 947dde3

Browse files
committed
remove unused @ts-expect-error πŸŽ‰
1 parent 66c6e3b commit 947dde3

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

β€Žtests/stories/Comparison.stories.tsβ€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ import Comparison from './Comparison.svelte';
2020
*/
2121
const meta = {
2222
title: 'Comparison/Regular CSF',
23-
// FIXME: `@storybook/svelte`.Meta needs to start using `Component` instead of `ComponentType`/`SvelteComponent`
24-
// @ts-expect-error
2523
component: Comparison,
2624
argTypes: {
27-
// @ts-expect-error
2825
csf: { table: { disable: true } },
2926
},
3027
tags: ['autodocs', '!dev'],
@@ -35,7 +32,5 @@ export default meta;
3532
type Story = StoryObj<typeof Comparison>;
3633

3734
export const Default: Story = {
38-
// FIXME: `@storybook/svelte`.Meta needs to start using `Component` instead of `ComponentType`/`SvelteComponent`
39-
// @ts-expect-error
4035
args: { csf: 'regular' },
4136
};

β€Žtests/stories/LegacyTemplate.stories.svelteβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
export const meta = {
1717
title: 'LegacyTemplate',
18-
// @ts-expect-error FIXME: Needs invesigation on `@storybook/svelte` types
1918
component: LegacyTemplate,
2019
tags: ['autodocs'],
2120
} satisfies Meta<typeof LegacyTemplate>;

β€Žtests/stories/LegacyWithInstance.stories.svelteβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
export const meta = {
1717
title: 'LegacyTemplateWithInstance',
18-
// @ts-expect-error FIXME: Needs invesigation on `@storybook/svelte` types
1918
component: LegacyTemplate,
2019
tags: ['autodocs'],
2120
} satisfies Meta<typeof LegacyTemplate>;

0 commit comments

Comments
Β (0)