Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 434 Bytes

File metadata and controls

13 lines (12 loc) · 434 Bytes

TODO: Comprehensive Unit Tests

  • Create branch feat/comprehensive-unit-tests
  • Add tests to formatter.test.ts
  • Add tests to tokens.test.ts
  • Add tests to usage-limit.test.ts
  • Add tests to cron.test.ts
  • Add tests to router.test.ts
  • Add tests to voice.test.ts
  • Add tests to seed.test.ts
  • Run npm test — verify all pass
  • git diff --staged review
  • Commit, push, PR, merge, publish