Adding ticket generation and booking for staff employees logic

This commit is contained in:
Muluhabt
2026-07-25 11:20:47 +03:00
parent 7320c359d1
commit 2a0fd9bda5
29 changed files with 2659 additions and 74 deletions

View File

@@ -95,6 +95,9 @@ describe("Stop-based booking — segment time & cutoff correctness", () => {
asyncStub(), // passengerAuthService — never reached: no createAccount in these DTOs
fareEngine,
{ emit: () => true } as any, // eventEmitter
asyncStub(), // paymentsService — never reached: these tests use createGuestBooking, not issueBookingFromReservation
asyncStub(), // auditService
asyncStub(), // smsClient
);
});