validation
validation copied to clipboard
Does it support soft assertions ?
Looks like the getValidation & verify functions in the verify.ts is performing hard assertions. Does the library support any soft assertions ?
@syamphaneendra , currently soft assertions are not directly supported. Usually, this is a part of test runner. Can you describe your use case and provide code snippet how do you use @qavajs/validation?