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

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Component Showcase Page
* Development-only page to preview all shadcn/ui components

View File

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Dynamic Documentation Route
* Renders markdown files from docs/ directory

View File

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Documentation Hub
* Central hub for all design system documentation

View File

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Form Patterns Demo
* Interactive demonstrations of form patterns with validation

View File

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Layout Patterns Demo
* Interactive demonstrations of essential layout patterns

View File

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Design System Hub
* Central landing page for all interactive design system demonstrations

View File

@@ -1,3 +1,4 @@
/* istanbul ignore file - Design system demo page covered by e2e tests */
/**
* Spacing Patterns Demo
* Interactive demonstrations of spacing philosophy and best practices