chore: Установка и базовая настройка Vitest
This commit is contained in:
+6
-2
@@ -9,11 +9,15 @@
|
||||
"preview": "vite preview",
|
||||
"lint": "biome check .",
|
||||
"lint:fix": "biome check --write .",
|
||||
"format": "biome format --write ."
|
||||
"format": "biome format --write .",
|
||||
"test:unit": "vitest run",
|
||||
"test": "yarn test:unit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.5.3",
|
||||
"jsdom": "^29.1.1",
|
||||
"lefthook": "^2.1.10",
|
||||
"vite": "^8.1.1"
|
||||
"vite": "^8.1.1",
|
||||
"vitest": "^4.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user