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

@@ -4,6 +4,7 @@
import { redirect } from 'next/navigation';
/* istanbul ignore next - Next.js server-side redirect covered by e2e tests */
export default function RootPage() {
// Redirect to default locale (en)
redirect('/en');