Skip to content

Improve handling of declined portings #37

Improve handling of declined portings

Improve handling of declined portings #37

Triggered via pull request May 10, 2024 15:11
Status Failure
Total duration 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L80
Property 'onError' is missing in type '{ renderTitle: () => React.JSX.Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L127
Property 'onError' is missing in type '{ renderInput: (name: string, onChangeText: (value: string) => void) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L156
Property 'onError' is missing in type '{ renderDate: (name: string, onChangeText: (value: string) => void) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L197
Property 'onError' is missing in type '{ renderPrimaryButton: (onPress: () => void, _name: string | undefined, isSubmitting: boolean | undefined, disabled: boolean | undefined) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L235
Property 'onError' is missing in type '{ renderPrimaryButton: (onPress: () => void, _name: string | undefined, isSubmitting: boolean | undefined) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L274
Property 'onError' is missing in type '{ renderSecondaryButton: (name: string, _onPress: () => void) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L312
Property 'onError' is missing in type '{ renderAlertBanner: (variant: "error" | "info", message: string) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L351
Property 'onError' is missing in type '{ renderAlertBanner: (variant: "error" | "info", message: string) => Element; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AccountHolderForm.test.tsx#L378
Property 'onError' is missing in type '{ defaultTextFont: string; }' but required in type 'EmbedOptions'.
lint: src/PortingEmbed/__tests__/AddressForm.test.tsx#L79
Property 'onError' is missing in type '{ renderTitle: () => React.JSX.Element; }' but required in type 'EmbedOptions'.
test
Process completed with exit code 1.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.