moved folders around
This commit is contained in:
parent
4f89affc2b
commit
36cb84b343
202 changed files with 1160 additions and 660 deletions
14
libs/data/questdb/bunfig.toml
Normal file
14
libs/data/questdb/bunfig.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# QuestDB Client Library Bun Test Configuration
|
||||
|
||||
[test]
|
||||
# Configure path mapping for tests
|
||||
preload = ["./test/setup.ts"]
|
||||
|
||||
# Test configuration
|
||||
timeout = 5000
|
||||
|
||||
# Enable TypeScript paths resolution
|
||||
[bun]
|
||||
paths = {
|
||||
"@/*" = ["./src/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue