fix unit testing configuration (#1227)

This commit is contained in:
Denys Vuika
2016-12-12 18:36:57 +00:00
committed by Eugenio Romano
parent 8d97b0b123
commit ca77608fa3
5 changed files with 94 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ module.exports = function (config) {
noInfo: true
},
reporters: ['progress'],
reporters: ['mocha'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,