fix(readme): Update usage examples and full matcher reference in README

This commit is contained in:
2025-04-29 12:25:04 +00:00
parent 0d9fa72b29
commit a3d5892a13
3 changed files with 100 additions and 3 deletions

View File

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