mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
fixed up lint failure on test
This commit is contained in:
parent
9768e0b470
commit
056575faf4
@ -44,7 +44,8 @@ vows.describe('../lib/logger').addBatch({
|
||||
assert.isFunction(logger.newLevelOther);
|
||||
},
|
||||
|
||||
'should create named isLevelEnabled function on logger prototype in camel case': function(logger) {
|
||||
'should create named isLevelEnabled function on logger prototype in camel case':
|
||||
function(logger) {
|
||||
assert.isFunction(logger.isNewLevelOtherEnabled);
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user