Add utilities and initial test coverage

This commit is contained in:
beatz174-bit
2025-12-01 16:07:31 +10:00
parent a86723004b
commit ff0b2959b5
15 changed files with 462 additions and 160 deletions
+1
View File
@@ -9,6 +9,7 @@
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test"
},
"dependencies": {