reintroduce viewer test (#3888)

This commit is contained in:
Eugenio Romano
2018-10-16 08:35:05 +01:00
committed by GitHub
parent 094e1dab91
commit 0fc504b69e
9 changed files with 77 additions and 75 deletions

View File

@@ -68,7 +68,7 @@ module.exports = function (config) {
},
// possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_DEBUG,
logLevel: config.LOG_INFO,
colors: true,
@@ -92,9 +92,6 @@ module.exports = function (config) {
reporters: ['mocha', 'kjhtml'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false
});