finished logger tests

This commit is contained in:
Bojan Kucera 2025-06-04 13:53:01 -04:00
parent 68592619f9
commit d0bc9cf32f
10 changed files with 1178 additions and 16 deletions

18
libs/logger/bunfig.toml Normal file
View file

@ -0,0 +1,18 @@
# Logger library Bun configuration
[test]
# Configure coverage and test behavior
coverage = true
timeout = "30s"
# Configure test environment
preload = ["./test/setup.ts"]
# Environment variables for tests
[test.env]
NODE_ENV = "test"
LOG_LEVEL = "silent"
LOG_CONSOLE = "false"
LOG_FILE = "false"
LOKI_HOST = ""
LOKI_URL = ""