Skip to content

Unit tests on Select component #198

Unit tests on Select component

Unit tests on Select component #198

Triggered via pull request January 14, 2024 10:04
Status Failure
Total duration 43s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build
Process completed with exit code 1.
lint: src/components/select/select.spec.tsx#L49
'select' is possibly 'null'.
lint: src/components/select/select.spec.tsx#L50
'select' is possibly 'null'.
lint: src/components/select/select.spec.tsx#L52
Argument of type 'ReactTestInstance | null' is not assignable to parameter of type 'ReactTestInstance'.
lint: src/components/select/select.spec.tsx#L54
'select' is possibly 'null'.
lint: src/components/select/select.spec.tsx#L75
'index' is declared but its value is never read.
lint: src/components/select/select.spec.tsx#L114
'index' is declared but its value is never read.
lint: src/components/select/select.spec.tsx#L156
'index' is declared but its value is never read.
lint
Process completed with exit code 2.
lint: example/src/HomeScreen.tsx#L17
Inline style: { flex: 1 }
lint: example/src/HomeScreen.tsx#L29
Inline style: { marginTop: 10, width: '100%', paddingVertical: 10 }
lint: example/src/components/Flex.tsx#L7
Inline style: { flex: 1 }
lint: example/src/components/Image.tsx#L7
Inline style: { flex: 1 }
lint: example/src/components/Input.tsx#L8
Inline style: { flex: 1 }
lint: example/src/components/Pressable.tsx#L7
Inline style: { flex: 1 }
lint: example/src/components/SectionList.tsx#L21
Inline style: { flex: 1 }
lint: example/src/components/Select.tsx#L15
Inline style: { flex: 1 }
lint: example/src/components/Spinner.tsx#L7
Inline style: { flex: 1 }
lint: example/src/components/TouchableHighlight.tsx#L7
Inline style: { flex: 1 }