octopusthink / nautilus

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

Implement testing for styleguidist #190

Open sarahmonster opened 4 years ago

sarahmonster commented 4 years ago

We could use some tests to be sure the styleguide is rendering and outputting correctly. I'd recommend the following:

  1. Visual regression testing. (For confirming any unexpected changes to the components themselves.)
  2. Styleguide rendering. (For ensuring the styleguide renders and loads correctly.)

This should help us catch issues like #186 with less manual work.