Skip to content

Commit

Permalink
Quiet Stylelint during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesemashko committed Jan 9, 2017
1 parent fa6ee14 commit e0f19c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ describe('stylelint-webpack-plugin', function () {
entry: './index',
plugins: [
new StyleLintPlugin({
configFile: configFilePath
configFile: configFilePath,
quiet: true
})
]
};
Expand Down

0 comments on commit e0f19c7

Please sign in to comment.