fix: some warnings, refactor: changed the donation look, moved it up

This commit is contained in:
2026-04-09 16:39:13 -04:00
parent 41d89e0993
commit 0b6bc5d0a0
10 changed files with 388 additions and 65 deletions
+5 -1
View File
@@ -16,7 +16,11 @@ beforeEach(() => {
afterEach(() => {
vi.useRealTimers();
delete globalThis.SpeederShared;
delete globalThis.restore_options;
try {
delete globalThis.restore_options;
} catch {
globalThis.restore_options = undefined;
}
if (typeof document !== "undefined") {
document.head.innerHTML = "";
document.body.innerHTML = "";