feat(Assertion): Add missing alias methods for length and emptiness checks and update documentation

This commit is contained in:
2025-05-23 18:30:47 +00:00
parent dbec1d3e4a
commit 0054271de6
4 changed files with 112 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartexpect',
version: '2.4.2',
version: '2.5.0',
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
}