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

View file

@ -0,0 +1,11 @@
# HTTP Client Library Bun Test Configuration
[test]
# Test configuration
timeout = 5000
# Enable TypeScript paths resolution
[bun]
paths = {
"@/*" = ["./src/*"]
}