octopusthink / nautilus

Inclusive, open-source design system and React component library.
https://nautilus.octopusthink.com
MIT License
2 stars 0 forks source link

Add theme prop-type tests #154

Open tofumatt opened 5 years ago

tofumatt commented 5 years ago

Right now we have prop-type definitions for the theme object, but because we don't test against them when we fail to update them but theme data evolves we aren't warned.

We should test all of our themes against the prop-types and make sure they work.