feat(assertion): Enhanced the assertion error messaging and added new test cases.

This commit is contained in:
2025-03-04 12:20:06 +00:00
parent 5f5628f647
commit f0ab180902
8 changed files with 1627 additions and 1524 deletions

View File

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