Skip to content

update error UI

update error UI #796

Triggered via push July 21, 2025 16:03
Status Failure
Total duration 1m 11s
Artifacts

run-tests.yml

on: push
run-unit-tests
1m 8s
run-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
run-unit-tests: packages/core/src/internals/getRuleErrorInfo.tsx#L24
Type '{ CONTRAST_FAILED: { url: string; message: string; }; CONTRAST_FAILED_AAA: string; MINIMUM_SIZE: string; UPPERCASE_TEXT_NO_ACCESSIBILITY_LABEL: string; NO_UPPERCASE_TEXT: string; NO_ACCESSIBILITY_LABEL: { ...; }; ... 9 more ...; NO_FORM_LABEL_ENDING_WITH_ASTERISK: string; } | null' is not assignable to type 'RuleHelp | null'.
run-unit-tests: packages/core/src/internals/AMAError.tsx#L275
Property 'borderColor' does not exist on type '{ position: "absolute"; left: number; right: number; backgroundColor: string; padding: number; borderRadius: number; justifyContent: "center"; alignItems: "center"; zIndex: number; shadowOffset: { ...; }; ... 4 more ...; borderWidth: number; }'.
run-unit-tests: packages/core/src/internals/AMAError.tsx#L262
'GetRuleError' cannot be used as a JSX component.
run-unit-tests: packages/core/src/internals/AMAError.tsx#L262
JSX element type 'GetRuleError' does not have any construct or call signatures.
run-unit-tests: packages/core/src/ReactNativeAmaView.tsx#L8
Type '{ url: string; onLoad: (event: { nativeEvent: OnLoadEventPayload; }) => void; style?: StyleProp<ViewStyle>; }' has no properties in common with type 'IntrinsicAttributes'.
run-unit-tests: packages/core/scripts/create-config.ts#L2
Cannot find module 'path' or its corresponding type declarations.
run-unit-tests: packages/core/scripts/create-config.ts#L1
Cannot find module 'fs' or its corresponding type declarations.
run-unit-tests: packages/extras/src/components/Carousel.tsx#L6
'@typescript-eslint/no-explicit-any' rule is disabled but never reported