feat(Assertion): now supporting arrays for propertyy drill down

This commit is contained in:
2024-12-30 20:33:24 +01:00
parent 6cab20c36d
commit 38f0996cfa
5 changed files with 3015 additions and 281 deletions

View File

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