lilith-platform.live/codebase/@features/api/src/__tests__
Natalie b617f4bcb9 fix(tour): arriving stop wins on transition days
When a stop's endDate equals the next stop's startDate (the travel/check-out
day), both overlap 'today'. Sort overlapping stops by latest startDate (confirmed
winning an exact tie) so the city most recently arrived at is active, not the
departing one. Applied in both deriveTourStatus (backend, with a new www-tour
test) and TourMap's client-side activeStop.
2026-06-21 17:33:48 -05:00
..
admin-content-drops.test.ts feat(content-drops): Implement Content Drops entity, admin/public API routes, frontend page, and supporting hooks with schema validation and repository logic 2026-06-03 03:33:31 -07:00
admin-content-posts.test.ts
admin-destinations.test.ts
admin-gallery-items.test.ts
admin-lore-sections.test.ts
admin-payment-methods.test.ts
admin-promo-banners.test.ts feat(promo-banner): Implement promo banner entity with schema, types, repo, admin API endpoints, and frontend components 2026-06-03 06:04:12 -07:00
admin-rate-cards.test.ts
admin-reputation-events.test.ts
admin-roster-content.test.ts
admin-screening.test.ts
admin-shop-listings.test.ts
admin-site-text.test.ts
admin-specialties.test.ts
admin-tour-stops.test.ts
admin-verified-profiles.test.ts
clients-geo-enrichment.test.ts
engine-drafts.test.ts
gallery-reaction.test.ts
global-setup.ts test(api): auto-skip DB-dependent tests off the fast LAN path 2026-06-19 18:20:11 -05:00
harness.ts refactor(api): ♻️ Implement transaction-based database isolation in test harness for faster, parallel test execution 2026-06-08 23:30:08 -07:00
m-contact-render.test.ts
my-bookings.test.ts
my-calendar-events.test.ts
my-city-visits.test.ts
my-clients-contact-preview.test.ts
my-clients-render-overrides.test.ts
my-clients.test.ts
my-contacts.test.ts
my-credentials.test.ts feat(credentials): Implement credential entity, database schema, API routes, and encryption utilities for secure credential storage with self-hosted validation 2026-06-04 00:20:08 -07:00
my-financial-records.test.ts
my-financials.test.ts test(api): Update test harness and financials tests to reflect adversary view jobs behavior changes 2026-06-08 12:03:16 -07:00
my-journal.test.ts test(api): Add test harness and test cases for financials and journal entry migrations in the API module 2026-06-08 11:46:41 -07:00
my-platforms.test.ts
my-projects.test.ts
my-prospector.test.ts chore(ci): typecheck-all.sh self-reports failing packages 2026-06-19 05:05:39 -05:00
my-tour-stops.test.ts
pg-migration.test.ts db(api-api): 🗃️ Add Content Drop migration tables and update API server startup to handle scheduled drops with test coverage 2026-06-03 03:33:32 -07:00
provider-config-payment-methods.test.ts
public-analytics.test.ts
public-contact.test.ts
public-roster.test.ts
public-touring.test.ts
scaffold-entity.test.ts
server.test.ts
setup.ts
short-links.test.ts
test-db.ts test(api): auto-skip DB-dependent tests off the fast LAN path 2026-06-19 18:20:11 -05:00
test-env.ts test(api): auto-skip DB-dependent tests off the fast LAN path 2026-06-19 18:20:11 -05:00
vip-api.test.ts
vip-data-model.test.ts
vip-referral.test.ts
www-blog.test.ts
www-gallery-reactions.test.ts
www-payment-methods.test.ts
www-provider-config-destinations.test.ts
www-provider-config-gallery.test.ts
www-provider-config-iter16.test.ts
www-provider-config-iter18.test.ts
www-provider-config-shop.test.ts
www-provider-config-specialties.test.ts
www-provider-config.test.ts
www-tour.test.ts fix(tour): arriving stop wins on transition days 2026-06-21 17:33:48 -05:00