feat: add digital clock input and time converter integration

This commit is contained in:
Loic Coenen
2026-06-24 15:57:07 +02:00
parent 46168a70a8
commit 07b48a6490
5 changed files with 179 additions and 17 deletions

View File

@@ -8,7 +8,7 @@
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run src/__tests__/BerlinClock.test.tsx",
"test": "vitest run src/__tests__/*",
"format": "eslint . --fix && prettier --write .",
"e2e": "cypress run",
"ci": "npm run format && npm run test && npm run e2e"