feat: Enhance soft-assert log messages in reports#438
feat: Enhance soft-assert log messages in reports#438Rajashekaravm wants to merge 6 commits intodevfrom
Conversation
|
Issue with linting detected. For more information on our linting policies, please see our Linting-Guide. |
|
Issue with linting detected. For more information on our linting policies, please see our Linting-Guide. |
| isNotEmpty(object, message) { | ||
| assert.isNotEmpty(object, message); | ||
| isBoolean(value, message, assertionType) { | ||
| if (assertionType === 'soft') { |
There was a problem hiding this comment.
cant we use constants for 'soft'
There was a problem hiding this comment.
As per the review made the changes and tested, Its working fine
e54d43b
|
All contributors have signed the CLA ✍️ ✅ |
|
Issue with linting detected. For more information on our linting policies, please see our Linting-Guide. |
|
Build error occurred while running sample test with the following errors: For more information on our testing policies, please see our Testing-Guide. |
|
Invalid PR title. It must start with feat: or fix: or BREAKING CHANGE: or feat(): or fix(): or BREAKING CHANGE():. Please see our Contributing-Guide. |
No description provided.