Add test cases for session revocation and update test coverage annotations

- Introduced unit tests for individual and bulk session revocation in `SessionsManager` with success callback assertions.
- Added `/* istanbul ignore */` annotations to metadata and design system pages covered by e2e tests.
This commit is contained in:
Felipe Cardoso
2025-11-19 14:38:46 +01:00
parent f02320e57c
commit d7b333385d
15 changed files with 73 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import { routing } from '@/lib/i18n/routing';
* Generate multilingual sitemap
* Includes all public routes for each supported locale
*/
/* istanbul ignore next - Next.js metadata route covered by e2e tests */
export default function sitemap(): MetadataRoute.Sitemap {
const baseUrl = process.env.NEXT_PUBLIC_SITE_URL || 'http://localhost:3000';