mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
crypto: Standardise log level in karma config
This commit is contained in:
parent
f5266e78c0
commit
9401584a72
@ -37,10 +37,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
|
||||
|
||||
// Use debug until Firefox starting issues on Travis are understood
|
||||
// https://travis-ci.com/iov-one/iov-core/jobs/174888518
|
||||
logLevel: config.LOG_DEBUG,
|
||||
logLevel: config.LOG_INFO,
|
||||
|
||||
// enable / disable watching file and executing tests whenever any file changes
|
||||
autoWatch: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user