Skip to content

feat: general enhancements #418

feat: general enhancements

feat: general enhancements #418

Triggered via pull request October 24, 2023 13:44
Status Failure
Total duration 10m 6s
Artifacts

ci.yml

on: pull_request
Matrix: test
Matrix: build
Matrix: storybook
coverage
0s
coverage
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build (ubuntu-latest, 18)
Process completed with exit code 1.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/AssetSelection/index.test.tsx#L37
Property 'selected' is missing in type '{ assets: AssetSelectionAsset[]; }' but required in type '{ assets: AssetSelectionAsset[]; selected: string; multiple?: boolean; disabled?: boolean; accountId?: string; }'.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/AssetSelection/index.test.tsx#L46
Property 'selected' is missing in type '{ assets: undefined[]; }' but required in type '{ assets: AssetSelectionAsset[]; selected: string; multiple?: boolean; disabled?: boolean; accountId?: string; }'.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/AssetSelection/index.test.tsx#L51
Property 'selected' is missing in type '{ assets: undefined[]; disabled: true; }' but required in type '{ assets: AssetSelectionAsset[]; selected: string; multiple?: boolean; disabled?: boolean; accountId?: string; }'.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/AssetSelection/index.test.tsx#L56
Property 'selected' is missing in type '{ assets: AssetSelectionAsset[]; multiple: true; }' but required in type '{ assets: AssetSelectionAsset[]; selected: string; multiple?: boolean; disabled?: boolean; accountId?: string; }'.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/index.tsx#L179
Property 'selected' is missing in type '{ name: string; placeholder?: string; required?: boolean; tag?: string; type?: string; fields?: FieldInputProps<any>[]; methods?: boolean; innerFields?: any; value: any; onChange: (e: ChangeEvent<...> | ... 2 more ... | ChangeEvent<...>) => void; ... 14 more ...; accountId: string; }' but required in type '{ assets: AssetSelectionAsset[]; selected: string; multiple?: boolean; disabled?: boolean; accountId?: string; }'.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/index.tsx#L189
Property 'selected' is missing in type '{ name: string; placeholder?: string; required?: boolean; tag?: string; type?: string; fields?: FieldInputProps<any>[]; methods?: boolean; innerFields?: any; value: any; onChange: (e: ChangeEvent<...> | ... 2 more ... | ChangeEvent<...>) => void; ... 13 more ...; computeEnvs: ComputeEnvironmentExtended[]; }' but required in type '{ computeEnvs: ComputeEnvironmentExtended[]; selected: string; disabled?: boolean; }'.
test (ubuntu-latest, 18): src/components/@shared/FormInput/InputElement/index.tsx#L198
Property 'selected' is missing in type '{ name: string; placeholder?: string; required?: boolean; tag?: string; type?: string; fields?: FieldInputProps<any>[]; methods?: boolean; innerFields?: any; value: any; onChange: (e: ChangeEvent<...> | ... 2 more ... | ChangeEvent<...>) => void; ... 13 more ...; assets: AssetSelectionAsset[]; }' but required in type '{ assets: AssetSelectionAsset[]; selected: string; multiple?: boolean; disabled?: boolean; accountId?: string; }'.
test (ubuntu-latest, 18)
Process completed with exit code 2.
test (ubuntu-latest, 18): src/@context/Asset.tsx#L151
React Hook useCallback has a missing dependency: 'isDDOWhitelisted'. Either include it or remove the dependency array
test (ubuntu-latest, 18): src/@hooks/useGraphSyncStatus.ts#L30
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@hooks/usePrevious.ts#L6
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@types/Compute.d.ts#L23
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@types/aquarius/BaseQueryParams.d.ts#L12
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@types/aquarius/PagedAssets.d.ts#L6
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@utils/aquarius/index.ts#L85
'field' is defined but never used
test (ubuntu-latest, 18): src/@utils/index.ts#L21
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@utils/index.ts#L25
Unexpected any. Specify a different type
test (ubuntu-latest, 18): src/@utils/markdownPages.tsx#L13
Unexpected any. Specify a different type