Skip to content

Test Coverage ↗ and Dependency Updates 💪

Compare
Choose a tag to compare
@ctsstc ctsstc released this 25 Apr 10:22
· 47 commits to master since this release
92a6d58

RC PR

Changes

#107

  • Add tests for Help command
  • Refactor Help command
    • Easier to read
    • Split out some meat into a new method.
  • Mute and test console error logging from Search command
  • Change library/command to use Dependency Injection™
    • Better tests, better pizza, Papa Yongs
  • Add additional tests to library/command
  • Core now pushes a 3rd parameter that Command can optionally use. The 3rd parameter provides the client and the loaded commands.
    • Help command can now utilize the already loaded commands without instantiating a new instance.
      • More Dependency Injection.

#104

  • @types/node was updated from 12.12.27 to 13.7.2.

#101

  • ts-jest was updated from 24.3.0 to 25.1.0.

#100

  • @types/jest was updated from 24.9.1 to 25.1.0.