# 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/*"] }