reduce webpack output during tests

This commit is contained in:
Roman Hotsiy 2016-08-29 00:40:56 +03:00
parent 2429fd21ac
commit 0d2c557ebe
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -18,6 +18,13 @@ module.exports = function (config) {
] ]
}, },
webpack: testWebpackConfig, webpack: testWebpackConfig,
webpackMiddleware: {
stats: {
modules: false,
cached: false,
chunk: false
}
},
client: { client: {
chai: { chai: {
truncateThreshold: 0 truncateThreshold: 0