test: update tests

This commit is contained in:
2026-02-05 04:12:12 +05:00
parent 0c3c97914e
commit c71e8b8b4a
8 changed files with 156 additions and 49 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
// Use global test functions with globals enabled in config
import { PanelStorage } from "$lib/utils/panelStorage";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
let storage: any;