mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Update ignored warnings in console-clean.spec.ts
Removed specific warning from ignored list in tests.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user