zgreen / postcss-critical-css

PostCSS plugin to define and output critical CSS using custom atRules, and/or custom CSS properties. Critical CSS may be output to one or more files, as defined within the plugin options or within the CSS.
MIT License
86 stars 11 forks source link

Overhaul testing rig #14

Open zgreen opened 7 years ago

zgreen commented 7 years ago

Tape was good for getting up and running quickly, but the setup has become unwieldy. I'd like to move the tests to Jest.