See app/tests/README.md for complete testing documentation.
cd app
bun run test # Run all tests
bun run test --watch # Watch mode
bun run test:coverage # Coverage report- ✅ 46 unit tests passing (utils, logger)
- ❌ Integration tests need e2e environment setup
- 📝 See app/tests/README.md for details