add error testing comment

This commit is contained in:
Oli Sturm
2026-04-27 13:23:10 +01:00
parent 8d22f0f1a8
commit 1b0acc83e0
+2
View File
@@ -34,5 +34,7 @@ export const createInMemoryRepository = () => {
);
};
// What if something goes wrong?
// throw new Error('Repository creation failed for external reasons');
return { loadAccount: getById, saveAccount: save };
};