Skip to content

Commit

Permalink
Test: Learning cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc-Mcgrady committed Aug 3, 2024
1 parent c5137ef commit ef231ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/revlog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const burden_revlogs : Revlog[] = [

burden_revlog_builder2.wait(7*day_ms) as Revlog,
burden_revlog_builder2.review(1) as Revlog,
burden_revlog_builder2.wait(2*day_ms) as Revlog,
burden_revlog_builder2.review(-5000) as Revlog,
]

// console.log(burden_revlogs.map(revlog=>({id: revlog.id / day_ms, ...revlog})))
Expand Down

0 comments on commit ef231ef

Please sign in to comment.