chore: add testing packages

This commit is contained in:
Ilia Mashkov
2026-03-16 18:28:41 +03:00
parent fa3f461add
commit 6bfcc4db24
4 changed files with 1387 additions and 9 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,
/* Bundler mode */