updated tests to align with new logic

This commit is contained in:
Chris Sanden
2026-05-06 17:15:41 +02:00
parent f2312bce38
commit 419463e5be
11 changed files with 113 additions and 40 deletions

4
jest.setup.js Normal file
View File

@@ -0,0 +1,4 @@
jest.mock(
"@react-native-async-storage/async-storage",
() => require("@react-native-async-storage/async-storage/jest/async-storage-mock")
);