mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Fixed ESLint radix error
This commit is contained in:
parent
1481ec6f62
commit
a3f172f1cb
@ -5,7 +5,7 @@ const levels = require("../../lib/levels");
|
||||
|
||||
test("LoggingEvent", batch => {
|
||||
batch.test("should serialise to flatted", t => {
|
||||
const event = new LoggingEvent("cheese", levels.DEBUG, ["log message", parseInt("abc"), 1/0, -1/0, undefined], {
|
||||
const event = new LoggingEvent("cheese", levels.DEBUG, ["log message", parseInt("abc", 10), 1/0, -1/0, undefined], {
|
||||
user: "bob"
|
||||
});
|
||||
// set the event date to a known value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user