fix(Assertion): Improve toHaveProperty alias by forwarding arguments correctly for intuitive object property assertions

This commit is contained in:
2025-04-30 19:37:19 +00:00
parent 62cf7f5db5
commit ff795f6fe0
9 changed files with 76 additions and 2 deletions

View File

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