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 e7c75a6 commit dc97d01Copy full SHA for dc97d01
test/index.js
@@ -59,7 +59,7 @@ describe('stylelint-webpack-plugin', function () {
59
};
60
61
expect(pack(assign({}, baseConfig, config)))
62
- .to.eventually.be.rejectedWith('Error: Failed because of a stylelint error.\n');
+ .to.eventually.be.rejectedWith('Failed because of a stylelint error.\n');
63
});
64
65
it('works with multiple source files', function () {
0 commit comments