fix: lint

This commit is contained in:
2026-04-27 18:14:05 +02:00
parent f7e9a0650b
commit 27c196d652
3 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -177,7 +177,8 @@ describe('ImprintComponent', (): void => {
});
it('should complete 500 normalizeText calls within 20 ms', (): void => {
const input = 'Ulmenstra\u00DFe \u00F6sterreich \u00E4hnlich \u00FCberall \u00C4gypten \u00DCbung';
const input =
'Ulmenstra\u00DFe \u00F6sterreich \u00E4hnlich \u00FCberall \u00C4gypten \u00DCbung';
const start = performance.now();
for (let i = 0; i < 500; i++) {
comp.normalizeText(input);