chaijs / chai-json-schema

Chai plugin for JSON Schema v4
MIT License
75 stars 17 forks source link

Print multiple errors #36

Closed niklv closed 8 years ago

niklv commented 8 years ago

In many cases will be great when assertion prints all found errors in json. For that option library need to use tv4.validateMultiple method. Is there any workaround to do this?

thabemmz commented 8 years ago

This has been resolved in version 1.4.0, which was just published on NPM. See README for instructions how to implement.

thabemmz commented 8 years ago

Thanks for your help @Niklv !