- Introduced layout components for multiple admin dashboard sections including events, audit logs, bank accounts, blog articles, bookings, chat oversight, cities, contact messages, dashboard, discount codes, event categories, guest lists, identity verifications, manage events, manual notifications, notification rules, payments, provinces, push deliveries, reviews, settlements, sms messages, support tickets, user reports, and users. - Updated metadata for the auth layout to include the admin page title. - Modified branch protection documentation to clarify deployment notifications.
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
/**
|
|
* Admin e2e no longer boots a consumer mock API.
|
|
* Full `pnpm test:e2e` talks to the real Nest API (or whatever the env points at).
|
|
*/
|
|
export default async function globalSetup() {
|
|
// no-op
|
|
}
|