The spec file had two wrong relative imports: - InquiryCreatedToLeadListener: `../` → `../event-handlers/` - CreateLeadCommand: `../../commands/` → `../commands/` Both were off by one directory level since the test lives in `application/__tests__/` but referenced paths as if it were in `application/` directly. All 6 tests now pass. Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>