From 51ca01895d1ddf62dd5c619eeaa86cc93ec55242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 4 Aug 2026 10:23:50 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A8=20Include=20tests=20in=20tscon?= =?UTF-8?q?fig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 6ce2fdc..5e36ae4 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -18,7 +18,8 @@ "src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue", - "vite.config.ts" + "vite.config.ts", + "tests/**/*.ts" ], "exclude": ["node_modules", "dist"] } From 65077d37a3e4a2a6c4a74a1775edacca10fd96a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 4 Aug 2026 10:24:50 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A8=20Migrate=20number=20input=20t?= =?UTF-8?q?o=20text=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modals/SongSet.vue | 6 ++++-- frontend/src/utils.ts | 5 ++++- frontend/tests/utils.test.ts | 12 ++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/frontend/src/modals/SongSet.vue b/frontend/src/modals/SongSet.vue index 8b3c30e..3ef1f67 100644 --- a/frontend/src/modals/SongSet.vue +++ b/frontend/src/modals/SongSet.vue @@ -87,7 +87,8 @@