fix(Assertion): Improve chainability by fixing return types in assertion methods

This commit is contained in:
2025-04-29 11:42:41 +00:00
parent 855e20a217
commit db49492af6
3 changed files with 34 additions and 23 deletions

View File

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