Fix 'core' tests

This commit is contained in:
Denys Vuika
2016-06-16 14:35:13 +01:00
parent 627f49bbf0
commit cb5f0a1c27
3 changed files with 21 additions and 70 deletions

View File

@@ -42,7 +42,7 @@ module.exports = function (config) {
// level of logging
// 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,