Update ignored warnings in console-clean.spec.ts

Removed specific warning from ignored list in tests.
This commit is contained in:
brios
2026-08-25 13:21:10 +02:00
committed by GitHub
parent f64e955598
commit f501805111
@@ -24,9 +24,8 @@ type ConsoleEntry = {
};
const IGNORED: RegExp[] = [
// react-i18next logs a warning when useTranslation is invoked before async TOML
// locale resources settle during initial direct-navigation bootstrap.
/react-i18next::i18next: useTranslation: suspended while translations are loading/,
// Add entries here only with a comment explaining why the warning is
// unavoidable. Default: keep this list empty.
];
function shouldIgnore(text: string): boolean {