dfreeman / ember-css-modules-reporter

An ember-css-modules plugin that logs and generates lint tests for PostCSS plugin warnings and errors
MIT License
4 stars 1 forks source link

add node test for lint-tests broccoli plugin #7

Open kellyselden opened 6 years ago

kellyselden commented 6 years ago

This way we can have valid test failures in the dummy app, test them in node, and not have them fail CI like they normally would.

This would have caught the quotes escaping issue and will probably catch future things.

I started to do it myself but it turned into too much work for right now.

dfreeman commented 6 years ago

Thanks for your work here! Apologies you found this in such a messy state. I'm pretty swamped for the next week or two, but agree this would be a good way to get better test coverage here.