Closed steviec closed 1 year ago
The only output of my giant test suite right now is enabling global animation, which I'm assuming was accidentally left in the codebase.
enabling global animation
My test output:
... tons of tests PASS src/providers/AuthStatusModal.test.tsx (12.425 s) PASS src/screens/LoggedOut/LoginScreen.test.tsx (12.613 s) ● Console console.log enabling global animation at enableGlobalLayoutAnimation (node_modules/@fawazahmed/react-native-read-more/dist/ReadMore.js:1:2404) PASS src/screens/Onboarding/CheckEmailScreen.test.tsx PASS src/screens/Account/AccountScreen.test.tsx PASS src/components/StackedMenu/StackedMenuItem.test.tsx ... tons more tests
This has been fixed in latest version 3.0.2. Please update package. Thanks
3.0.2
The only output of my giant test suite right now is
enabling global animation
, which I'm assuming was accidentally left in the codebase.My test output: