From 366c1c19b0f40c29cc15e54a42b891cb96ed4387 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 8 May 2018 16:19:56 -0400 Subject: [PATCH] Removed commented lines. Rolled back noInfo change --- awx/ui/test/spec/karma.spec.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/awx/ui/test/spec/karma.spec.js b/awx/ui/test/spec/karma.spec.js index dcd46a16bc..104f8d9ba8 100644 --- a/awx/ui/test/spec/karma.spec.js +++ b/awx/ui/test/spec/karma.spec.js @@ -5,13 +5,6 @@ const NODE_MODULES = path.resolve(__dirname, '../../node_modules'); 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 => { config.set({ basePath: '../..', @@ -36,7 +29,7 @@ module.exports = config => { }, webpack: webpackConfig, webpackMiddleware: { - noInfo: 'errors-only' + noInfo: true }, junitReporter: { outputDir: 'reports',