This repository was archived by the owner on May 12, 2021. It is now read-only.

Description
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.