Tests verify that: - Bridge starts and signals ready message immediately - Bridge connects to daemon via websocket and disconnects cleanly - Bridge handles content synchronization without errors - Process exits with code 0 on clean disconnect
To install dependencies:
bun install
To run:
bun run src/index.ts
This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.
bun init