bitcoinUriService passing first test.

This commit is contained in:
Brendon Duncan 2018-08-23 10:48:49 +12:00
commit 70f76baad0
5 changed files with 85 additions and 3 deletions

View file

@ -70,7 +70,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,
// enable / disable watching file and executing tests whenever any file changes