14 lines
236 B
TOML
14 lines
236 B
TOML
# 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/*"]
|
|
}
|