forked from cardosofelipe/fast-next-template
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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user