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.