added test to improve levels coverage
This commit is contained in:
parent
fa179ecba2
commit
d2f30b473f
@ -363,6 +363,12 @@ vows.describe('levels').addBatch({
|
|||||||
assertThat(info).isLessThanOrEqualTo(['warn', 'ERROR', 'Fatal', 'off']);
|
assertThat(info).isLessThanOrEqualTo(['warn', 'ERROR', 'Fatal', 'off']);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'isEqualTo': {
|
||||||
|
topic: levels.INFO,
|
||||||
|
'should handle string arguments': function(info) {
|
||||||
|
assertThat(info).isEqualTo(["info", "INFO", "iNfO"]);
|
||||||
|
}
|
||||||
|
},
|
||||||
'toLevel': {
|
'toLevel': {
|
||||||
'with lowercase argument': {
|
'with lowercase argument': {
|
||||||
topic: levels.toLevel("debug"),
|
topic: levels.toLevel("debug"),
|
||||||
|
Loading…
Reference in New Issue
Block a user