Removed commented lines. Rolled back noInfo change

This commit is contained in:
mabashian
2018-05-08 16:19:56 -04:00
parent 1807d0a910
commit 366c1c19b0

View File

@@ -5,13 +5,6 @@ const NODE_MODULES = path.resolve(__dirname, '../../node_modules');
const webpackConfig = require('./webpack.spec'); const webpackConfig = require('./webpack.spec');
// 'client/src/**/*.html'
// ],
// preprocessors: {
// './client/src/app.js': ['webpack', 'sourcemap'],
// './tests/**/*-test.js': ['webpack', 'sourcemap'],
// 'client/src/**/*.html': ['html2js']
module.exports = config => { module.exports = config => {
config.set({ config.set({
basePath: '../..', basePath: '../..',
@@ -36,7 +29,7 @@ module.exports = config => {
}, },
webpack: webpackConfig, webpack: webpackConfig,
webpackMiddleware: { webpackMiddleware: {
noInfo: 'errors-only' noInfo: true
}, },
junitReporter: { junitReporter: {
outputDir: 'reports', outputDir: 'reports',