add test + fix sqlite pb

This commit is contained in:
m
2026-09-10 22:08:27 +02:00
parent 4e2d92a80e
commit 6332e9cac4
4 changed files with 216 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test:db": "tsx --test tests/migrations.test.ts tests/repositories.test.ts",
"test:db": "tsx --test tests/migrations.test.ts tests/repositories.test.ts tests/dbClient.test.ts",
"test:migrations": "tsx --test tests/migrations.test.ts",
"test:api": "tsx --test tests/apiClient.test.ts",
"test:sync": "tsx --test tests/syncOutbox.test.ts",