Files
Hubert Bieszczad 1e74eb8295 test: jest tests for parsing styles and native components (#230)
* test: setup jest tests with @testing-library/react-native

* chore: update turbo

* chore: add @types/jest

* test: spacing tests

* test: shadow tests

* test: gradient tests

* test: gradient

* test: layout

* test: spacing

* test: borders

* test: typography

* test: transforms

* test: move styles parsing tests to directory

* test: view and button

* test: activity-indicator

* test: flat-list

* test: image

* test: image-background

* test: input-accessory-view

* test: keyboard-avoiding-view

* test: modal

* test: pressable

* test: refresh-control

* test: safe-area-view

* test: scroll-view

* test: section-list

* test: switch

* test: Text

* test: TextInput

* test: touchable-highlight

* test: touchables

* test: touchabe without feedback

* test: virtualized list

* test: pressable active
2025-12-12 14:35:54 +01:00

6 lines
58 B
JSON

{
"compilerOptions": {
"jsx": "react"
}
}