Skip to content

0.5.0 Assert Empty

Latest
Compare
Choose a tag to compare
@RobDWaller RobDWaller released this 07 Aug 14:59
cf9cc38

This release adds the assertEmpty() assertion method so it is possible to assert whether a string, array or object is empty.

Additional Work:

  • Added further code comments.
  • Updated error method names in message module so they are clearer.
  • Updated breaking tests so they use assert false instead of assert true.
  • Updated and tidied up README information.
  • Made code improvements to example tests.

To Do:

  • Continue writing code comments.
  • Add GitHub Action for nest.land integration.
  • Add additional useful assertions.
  • Expose core Deno assertions via this module.