instacart / Snacks

The Instacart Component Library
https://instacart.github.io/Snacks/
Apache License 2.0
81 stars 36 forks source link

Add test suite for ensuring server-side/node environment works #156

Open dcocchia opened 6 years ago

dcocchia commented 6 years ago

Right now we make a lot of assumptions around the environment that Snacks will run in. Let's write something that ensures Snacks and its components will work well in a non-browser, likely node, environment.

dcocchia commented 6 years ago

First portion of this fixed in https://github.com/instacart/Snacks/pull/220

We still need an explicit test for this before the publish step