ADD - connect optional iFruit account

This commit is contained in:
Eichenholz
2026-08-04 18:36:32 +02:00
parent 46e6c6cc25
commit a8a4076896
18 changed files with 733 additions and 129 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ describe('notes persistence', () => {
}
expect(parseNotes(JSON.stringify([valid, { id: 'broken' }]))).toEqual([
valid,
{ ...valid, revision: 1 },
])
})