fix(Assertion): Refactor methods for setting failure and success messages

This commit is contained in:
2024-08-24 01:42:17 +02:00
parent 4e9a7b5424
commit 689afcbd92
3 changed files with 9 additions and 3 deletions

View File

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