mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
FIX: add missing field to test
This commit is contained in:
parent
5f988bd097
commit
6ea3e43c62
@ -106,6 +106,7 @@ test('LoggingEvent', (batch) => {
|
||||
t.equal(event2.lineNumber, undefined);
|
||||
t.equal(event2.columnNumber, undefined);
|
||||
t.equal(event2.callStack, undefined);
|
||||
t.equal(event.functionName, undefined);
|
||||
t.equal(event2.className, undefined);
|
||||
t.equal(event2.functionAlias, undefined);
|
||||
t.equal(event2.callerName, undefined);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user