software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.61k stars 1.27k forks source link

Add missing unit tests (bezier, color converter, interpolate) #6034

Closed Latropos closed 3 weeks ago

Latropos commented 1 month ago

Summary

Add unit test we have been missing in our repo. Tests of normalizeColor were moved together with other test files and expanded

Test plan

Bezier test ![image](https://github.com/software-mansion/react-native-reanimated/assets/56199675/4080c9c9-0daf-4daa-be5c-fb7872d9f6ed)
Colors test
![image](https://github.com/software-mansion/react-native-reanimated/assets/56199675/d485029e-caac-4f88-b883-a00b83e161b7) ![image](https://github.com/software-mansion/react-native-reanimated/assets/56199675/3b33009d-897f-4ecf-9500-f8eb14cf6bcb)
Interpolate test ![image](https://github.com/software-mansion/react-native-reanimated/assets/56199675/c9a96b0f-becf-48f3-a9e2-d6158ce05a10)