FormidableLabs / react-native-zephyr

TailwindCSS-inspired styling library for React Native.
https://formidable.com/open-source/react-native-zephyr/
MIT License
347 stars 5 forks source link

Types cleanup: `createStyleBuilder.test.tsx` mock types #21

Open gksander opened 2 years ago

gksander commented 2 years ago

What?

The createStyleBuilder.test.tsx file has a handful of ugly @ts-ignores (like here) that we should clean up. Getting the vitest mocks typed properly is hard, but worthwhile to investigate how to properly mock/type those, as it'll probably be a pattern that comes up again.