We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cc8ca commit 223b0cfCopy full SHA for 223b0cf
test/test.js
@@ -16,7 +16,7 @@ describe('postcss-loader', function () {
16
var css = require('!raw-loader!' +
17
'../?parser=postcss-safe-parser!' +
18
'./cases/broken.css');
19
- expect(css).to.eql('a { one color: red }\n');
+ expect(css).to.eql('a { color:\n}');
20
});
21
22
it('processes CSS-in-JS', function () {
0 commit comments