esm-logging/tests/unit
Tiara Rodney 216d2b5892
test(handler): add tests for StreamHandler, ConsoleHandler, StderrHandler
Cover StreamHandler emit to custom Writable, default stream fallback,
and error handling on write failure. Cover ConsoleHandler level-to-
method mapping (error/warn/log). Cover StderrHandler console.error
output. Cover FileHandler browser rejection. Cover Handler base class
handleError not throwing.
2026-03-14 00:00:34 +01:00
..
config.test.ts test: add unit tests for handler, logger, manager, and config 2026-03-13 22:49:12 +01:00
formatter.test.ts test(formatter): add tests for formatting, formatTime, formatError 2026-03-13 23:22:10 +01:00
handler.test.ts test(handler): add tests for StreamHandler, ConsoleHandler, StderrHandler 2026-03-14 00:00:34 +01:00
log-level.test.ts fix: correct jest roots and test import path 2026-03-13 22:38:41 +01:00
logger.test.ts test(logger): add tests for info, warning, error, and critical methods 2026-03-13 22:56:01 +01:00
manager.test.ts test: add unit tests for handler, logger, manager, and config 2026-03-13 22:49:12 +01:00