(0 comments) (0 reactions) (0 assignees)JavaScript (5 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (165 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Right now, the only tests in this project are for a small helper function that pads strings.

I can think of a few other things that would benefit from testing:

  • Snapshot tests on RetroHitCounter and RetroBorder
  • Segment testing, to ensure that a given number is accurately represented.
  • Tests that updates the values, including interruptions.

Contributor guide