Description
Add tests for resort fee and mandatory fee handling in the rate comparison agent.
File
packages/agents/lodging/src/rate-comparison/__tests__/
Test cases needed
- Hidden resort fees ($25/night) correctly added to total cost
- $0 mandatory fees handled without error
- Cross-source rate comparability only valid after all fees included
- Multiple fee types (resort fee + destination fee + parking)
- Per-night vs per-stay vs per-person fee unit calculations
Description
Add tests for resort fee and mandatory fee handling in the rate comparison agent.
File
packages/agents/lodging/src/rate-comparison/__tests__/Test cases needed