Command failed: npx jest --coverage
PASS src/__tests__/CountDown.test.tsx (17.915 s)
FAIL src/__tests__/TextInput.test.tsx
● Test suite failed to run
src/components/TextInput/TextInput.tsx:14:9 - error TS2300: Duplicate identifier 'useTheme'.
14 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:16:9 - error TS2300: Duplicate identifier 'useTheme'.
16 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:9:35 - error TS6133: 'StyleSheet' is declared but its value is never read.
9 import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
~~~~~~~~~~
FAIL src/__tests__/Icon.test.tsx
● Test suite failed to run
src/components/TextInput/TextInput.tsx:14:9 - error TS2300: Duplicate identifier 'useTheme'.
14 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:16:9 - error TS2300: Duplicate identifier 'useTheme'.
16 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:9:35 - error TS6133: 'StyleSheet' is declared but its value is never read.
9 import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
~~~~~~~~~~
FAIL src/__tests__/Progress.test.tsx
● Test suite failed to run
src/components/TextInput/TextInput.tsx:14:9 - error TS2300: Duplicate identifier 'useTheme'.
14 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:16:9 - error TS2300: Duplicate identifier 'useTheme'.
16 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:9:35 - error TS6133: 'StyleSheet' is declared but its value is never read.
9 import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
~~~~~~~~~~
FAIL src/__tests__/Cursor.test.tsx
● Test suite failed to run
src/components/TextInput/TextInput.tsx:14:9 - error TS2300: Duplicate identifier 'useTheme'.
14 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:16:9 - error TS2300: Duplicate identifier 'useTheme'.
16 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:9:35 - error TS6133: 'StyleSheet' is declared but its value is never read.
9 import {TextInput as RNTextInput, StyleSheet, View} from 'react-native'
~~~~~~~~~~
FAIL src/__tests__/Card.test.tsx
● Test suite failed to run
src/components/TextInput/TextInput.tsx:14:9 - error TS2300: Duplicate identifier 'useTheme'.
14 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx:16:9 - error TS2300: Duplicate identifier 'useTheme'.
16 import {useTheme} from '../../hooks'
~~~~~~~~
src/components/TextInput/TextInput.tsx�[