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 18a6348 commit 69fc5c7Copy full SHA for 69fc5c7
test/index.js
@@ -70,7 +70,9 @@ describe('stylelint-webpack-plugin', function () {
70
71
return pack(assign({}, baseConfig, config))
72
.then(function (stats) {
73
- expect(stats.compilation.errors).to.have.length(2);
+ expect(stats.compilation.errors).to.have.length(1);
74
+ expect(stats.compilation.errors[0]).to.contain('test/fixtures/test7/_second.scss');
75
+ expect(stats.compilation.errors[0]).to.contain('test/fixtures/test7/test.scss');
76
});
77
78
0 commit comments