As we test stylesheets, it seems rather strange to include css code inside js files.
It's hard to write and hard to find a certain case.
I'd love to have two files for a test, e.g. input-x.css and expected-x.css.
Configuration can be set inside test.js or as a separate file config-x.json, where x is test's id.
This would help to test large files and stylesheets with indent-based syntax.
As we test stylesheets, it seems rather strange to include css code inside js files.
It's hard to write and hard to find a certain case.
I'd love to have two files for a test, e.g.
input-x.cssandexpected-x.css.Configuration can be set inside
test.jsor as a separate fileconfig-x.json, wherexis test's id.This would help to test large files and stylesheets with indent-based syntax.