formatCountdown and the quicknet epoch math currently live inside the useDrandCountdown React hook, so they can't be reused or unit-tested outside React.
Move the pure parts into src/lib/countdown.ts and add a formatDuration helper to src/lib/format.ts, with unit tests for both.
formatCountdownand the quicknet epoch math currently live inside theuseDrandCountdownReact hook, so they can't be reused or unit-tested outside React.Move the pure parts into
src/lib/countdown.tsand add aformatDurationhelper tosrc/lib/format.ts, with unit tests for both.