validation icon indicating copy to clipboard operation
validation copied to clipboard

Does it support soft assertions ?

Open syamphaneendra opened this issue 8 months ago • 1 comments

Looks like the getValidation & verify functions in the verify.ts is performing hard assertions. Does the library support any soft assertions ?

syamphaneendra avatar Apr 23 '25 11:04 syamphaneendra

@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?

AlexGalichenko avatar Apr 28 '25 10:04 AlexGalichenko