removed jest

This commit is contained in:
Bojan Kucera 2025-06-04 12:48:09 -04:00
parent fb22815450
commit 68592619f9
7 changed files with 242 additions and 203 deletions

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