Extracting Files

In order to split our CSS tests into multiple files, we need to extract all of our helper functions into a standalone module. We take care of that on super-speed, then extract our first standalone test file. This is complicated by our desire to avoid duplicating our unit test setup.

comments powered by Disqus