Adjusted crud tests + added auth tests

This commit is contained in:
Teodor
2026-04-30 22:21:56 +02:00
parent 545027a766
commit 3dcd392cd3
19 changed files with 578 additions and 313 deletions

View File

@@ -36,4 +36,4 @@ export async function RegisterForLocalNotificationsAsync() {
HandleRegistrationError('Permission not granted for local notifications');
return;
}
}
}