mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-26 22:23:09 -04:00
fix: some warnings, refactor: changed the donation look, moved it up
This commit is contained in:
+5
-1
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user