finished logger tests
This commit is contained in:
parent
68592619f9
commit
d0bc9cf32f
10 changed files with 1178 additions and 16 deletions
11
libs/http-client/bunfig.toml
Normal file
11
libs/http-client/bunfig.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# HTTP Client Library Bun Test Configuration
|
||||
|
||||
[test]
|
||||
# Test configuration
|
||||
timeout = 5000
|
||||
|
||||
# Enable TypeScript paths resolution
|
||||
[bun]
|
||||
paths = {
|
||||
"@/*" = ["./src/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue