mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 10:31:15 +00:00
fix(ignore): update zigbee-herdsman-converters to 19.19.1 (#22171)
* fix(ignore): update zigbee-herdsman-converters to 19.19.1 * fix(configure): pass definition to function call (#22154) * Pass definition to configure * fix test --------- Co-authored-by: Koen Kanters <koenkanters94@gmail.com> --------- Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com> Co-authored-by: Sergei Salimov <32013287+mrskycriper@users.noreply.github.com>
This commit is contained in:
co-authored by
Koenkk
Sergei Salimov
parent
a210c238f1
commit
f774753213
@@ -98,7 +98,6 @@ describe('Logger', () => {
|
||||
it('Logger should be console and file by default', () => {
|
||||
const logger = require('../lib/util/logger').default;
|
||||
const pipes = logger.winston._readableState.pipes;
|
||||
console.log(pipes);
|
||||
expect(pipes.length).toBe(2);
|
||||
expect(pipes[0].constructor.name).toBe('Console');
|
||||
expect(pipes[0].silent).toBe(false);
|
||||
|
||||
Reference in New Issue
Block a user