From 0d2c557ebe00100bcba13d421547eb3bdeadb91b Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 29 Aug 2016 00:40:56 +0300 Subject: [PATCH] reduce webpack output during tests --- karma.conf.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/karma.conf.js b/karma.conf.js index 538186c4..35295dfc 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -18,6 +18,13 @@ module.exports = function (config) { ] }, webpack: testWebpackConfig, + webpackMiddleware: { + stats: { + modules: false, + cached: false, + chunk: false + } + }, client: { chai: { truncateThreshold: 0