[workflow/test] Fixing test cases and code checks #1
Annotations
10 errors
|
Type Check:
src/packages/react-native-material-elements/__test__/useThemedProps.test.tsx#L6
Cannot find module '../src/libraries/themes/types' or its corresponding type declarations.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/useRestyle.test.ts#L3
Cannot find module '../src/libraries/style/styleTypes' or its corresponding type declarations.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/createThemeDimensions.test.ts#L2
Cannot find module '../src/libraries/themes/types' or its corresponding type declarations.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/Skeleton.test.tsx#L34
Type '{ testID: string; backgroundColor: string; }' is not assignable to type 'IntrinsicAttributes & BoxProps & { animationDuration?: number | undefined; }'.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/List.test.tsx#L5
Cannot find module '../src/libraries/style/styleTypes' or its corresponding type declarations.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/Box.test.tsx#L125
Type '{ testID: string; display: string; flexDirection: string; justifyContent: string; alignItems: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/Box.test.tsx#L116
Type '{ testID: string; display: string; flexDirection: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/Box.test.tsx#L4
Cannot find module '../src/libraries/style/styleTypes' or its corresponding type declarations.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/Avatar.test.tsx#L4
Cannot find module '../src/libraries/style/styleTypes' or its corresponding type declarations.
|
|
Type Check:
src/packages/react-native-material-elements/__test__/Accordion.test.tsx#L46
Type '{ testID: string; display: string; justifyContent: string; flex: number; alignItems: string; }' is not assignable to type 'IntrinsicAttributes & Omit<AccordionProps, "ref"> & RefAttributes<View>'.
|