[Storybook] Disable snapshots globally + enable for select few stories #9007
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
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.
|
Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x):
.storybook/preview.tsx#L1
File ignored by default.
|