ralph/chore/fix.tests (#1578)

This commit is contained in:
Ralph Khreish
2026-01-15 15:46:15 +01:00
committed by GitHub
parent d4680f446d
commit 87ba3a2a5b
14 changed files with 162 additions and 147 deletions

View File

@@ -21,6 +21,8 @@
},
"scripts": {
"test": "vitest run",
"test:unit": "vitest run '**/*.spec.ts'",
"test:integration": "vitest run '**/*.test.ts'",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "biome check --write",