Skip to content

[Storybook] Disable snapshots globally + enable for select few stories #9007

[Storybook] Disable snapshots globally + enable for select few stories

[Storybook] Disable snapshots globally + enable for select few stories #9007

Triggered via pull request November 22, 2024 01:10
Status Failure
Total duration 3m 5s
Artifacts

node-ci.yml

on: pull_request
Matrix: Check for .changeset entries for all changed files
Matrix: Check builds for changes in size
Matrix: Cypress
Matrix: Lint, Typecheck, Format, and Test
Matrix: Publish npm snapshot
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Check for .changeset entries for all changed files (ubuntu-latest, 20.x)
Changeset entry required for @khanacademy/math-input because there have been changes since the last release.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/components/__stories__/button-group.stories.tsx#L13
Type '(props: Pick<Props, "onChange" | "buttons"> & InexactPartial<Pick<Props, "value" | "allowEmpty">> & InexactPartial<Pick<DefaultProps, never>>) => Element' is not assignable to type 'ArgsStoryFn<ReactRenderer, Args>'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/components/__stories__/multi-button-group.stories.tsx#L17
Type '(props: Pick<Props, "onChange" | "buttons"> & InexactPartial<Pick<Props, "values" | "allowEmpty">> & InexactPartial<Pick<DefaultProps, never>>) => Element' is not assignable to type 'ArgsStoryFn<ReactRenderer, Args>'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x): packages/perseus/src/widgets/radio/__stories__/radio.stories.tsx#L44
Type '(args: StoryArgs) => React.JSX.Element' is not assignable to type 'ArgsStoryFn<ReactRenderer, Args>'.
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x)
Process completed with exit code 2.