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
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
If you test a component that uses palette props other than the default ones (primary, secondary,...) but instead something like palette.lightBlue.main the test will fail and say this is undefined. We somehow need to give the tests the same context as in App.tsx where these non-default palette props are being defined.