Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 428 Bytes

File metadata and controls

18 lines (13 loc) · 428 Bytes

Testing Guide

See app/tests/README.md for complete testing documentation.

Quick Commands

cd app
bun run test              # Run all tests
bun run test --watch      # Watch mode
bun run test:coverage     # Coverage report

Current Status

  • ✅ 46 unit tests passing (utils, logger)
  • ❌ Integration tests need e2e environment setup
  • 📝 See app/tests/README.md for details