Add unit tests for API client, stores, and utils

This commit is contained in:
2026-01-28 17:49:21 +00:00
parent ad1b316d4f
commit ff70948a54
9 changed files with 896 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"useDefineForClassFields": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"types": ["vite/client"],
"types": ["vite/client", "vitest/globals"],
"skipLibCheck": true,
/* Path aliases */