Skip to content

Update Report interface to use 'type' instead of 'id' and rename afte… #138

Update Report interface to use 'type' instead of 'id' and rename afte…

Update Report interface to use 'type' instead of 'id' and rename afte… #138

Triggered via push November 29, 2024 07:56
Status Failure
Total duration 35s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test: src/story.test.ts#L60
Type '{ title: string; component: (props: ButtonArgs) => string; tags: string[]; decorators: ((storyFn: PartialStoryFn<XRenderer, { [x: string]: any; }>, context: StoryContext<...>) => string)[]; ... 5 more ...; argTypes: { ...; }; }' is not assignable to type 'XMeta<Args>'.
test: src/story.test.ts#L79
Type '{ title: string; component: (props: ButtonArgs) => string; tags: string[]; decorators: ((storyFn: PartialStoryFn<XRenderer, { x: string; y: string; }>, context: StoryContext<...>) => string)[]; ... 5 more ...; argTypes: { ...; }; }' is not assignable to type 'XMeta<ButtonArgs>'.
test
Process completed with exit code 2.