mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
- Remove custom Docker container management (startContainer, waitForPostgres, findRandomPort) - Use docker-compose helper module for container lifecycle - Switch from postgres_auth to postgres_plain for broader compatibility - Add host parameter to all connection configurations - Remove unused imports (exec, promisify, dockerCLI) This eliminates ~60 lines of Docker management code and makes the tests more reliable by using the centralized health-checked infrastructure.