fix: repair PR verification and docs cleanup

This commit is contained in:
Timo
2026-07-01 23:46:23 +02:00
parent 463f871958
commit dab7368537
13 changed files with 144 additions and 1059 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
import {
checkLeaveRoomRate,
LEAVE_ROOM_RATE_LIMIT,
@@ -100,4 +100,4 @@ describe('Rate Limit Constants', () => {
expect(LEAVE_ROOM_RATE_LIMIT).toBe(10);
expect(LEAVE_ROOM_RATE_WINDOW_MS).toBe(60000); // 1 minute
});
});
});