You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What?
The
createStyleBuilder.test.tsxfile 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.