Closed siddarthkay closed 1 year ago
The issue was fixed by downgrading jest to 26.x upgrading jest requires significant changes to our test suite and can be an independent task in itself cc @J-Son89 @ilmotta
The issue was fixed by downgrading jest to 26.x upgrading jest requires significant changes to our test suite and can be an independent task in itself cc @J-Son89 @ilmotta
Thanks @siddarthkay. I forgot the number of times in my life I read the sentence "upgrading jest requires significant changes".
Problem
After upgrading react-native,
make component-test
fails with :Assumptions
jest
.babel
config orjest
config.jest
and this looks like flow(react native uses flow for type checking) code so most likely ababel
typescript
plugin won't help.Related links
Blocks https://github.com/status-im/status-mobile/pull/17241