diff options
Diffstat (limited to 'src/client/sync/push.test.ts')
| -rw-r--r-- | src/client/sync/push.test.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/sync/push.test.ts b/src/client/sync/push.test.ts index 911a8d3..a3ff154 100644 --- a/src/client/sync/push.test.ts +++ b/src/client/sync/push.test.ts @@ -77,6 +77,8 @@ describe("pendingChangesToPushData", () => { { id: "card-1", deckId: "deck-1", + noteId: null, + isReversed: null, front: "Question", back: "Answer", state: CardState.Review, @@ -128,6 +130,8 @@ describe("pendingChangesToPushData", () => { { id: "card-1", deckId: "deck-1", + noteId: null, + isReversed: null, front: "New Card", back: "Answer", state: CardState.New, |
